Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
4bc79fa0
Commit
4bc79fa0
authored
Mar 06, 2008
by
edwin
Browse files
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related)
parent
72e3377c
Changes
41
Hide whitespace changes
Inline
Side-by-side
archivers/xar/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
xar
PORTVERSION
=
1.5.2
CATEGORIES
=
archivers
MASTER_SITES
=
http://xar.googlecode.com/files/
\
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
\
${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR
=
distfiles
...
...
databases/memcachedb/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
memcachedb
DISTVERSION
=
1.0.1-beta
CATEGORIES
=
databases
MASTER_SITES
=
http://memcachedb.googlecode.com/files/
\
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
\
http://freebsd.csie.nctu.edu.tw/~gslin/files/
MAINTAINER
=
ports@FreeBSD.org
...
...
deskutils/gcalcli/Makefile
View file @
4bc79fa0
...
...
@@ -9,7 +9,7 @@
PORTNAME
=
gcalcli
PORTVERSION
=
1.4
CATEGORIES
=
deskutils
MASTER_SITES
=
http://gcalcli.googlecode.com/files/
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
EXTRACT_SUFX
=
.tgz
MAINTAINER
=
lwhsu@FreeBSD.org
...
...
deskutils/nagaina/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
nagaina
PORTVERSION
=
0.1.2
CATEGORIES
=
deskutils
MASTER_SITES
=
http://nagaina.googlecode.com/files/
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
DISTNAME
=
${PORTNAME}
-
${PORTVERSION}
-sources
MAINTAINER
=
ports@FreeBSD.org
...
...
devel/google-perftools/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
google-perftools
PORTVERSION
=
0.94
CATEGORIES
=
devel
MASTER_SITES
=
http://google-perftools.googlecode.com/files/
\
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
\
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR
=
vd/
${PORTNAME}
...
...
devel/google-sparsehash/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
google-sparsehash
PORTVERSION
=
0.8
CATEGORIES
=
devel
MASTER_SITES
=
http://google-sparsehash.googlecode.com/files/
\
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
\
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR
=
vd/
${PORTNAME}
DISTNAME
=
sparsehash-
${PORTVERSION}
...
...
devel/guichan/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
guichan
PORTVERSION
=
0.7.1
CATEGORIES
=
devel games
MASTER_SITES
=
http://guichan.googlecode.com/files/
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
MAINTAINER
=
mva@sysfault.org
COMMENT
=
A small, efficient C++ GUI library designed
for
games
...
...
devel/py-boto-devel/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
boto
PORTVERSION
=
1.0a
CATEGORIES
=
devel python
MASTER_SITES
=
http://boto.googlecode.com/files/
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX
=
${PYTHON_PKGNAMEPREFIX}
MAINTAINER
=
peter.schuller@infidyne.com
...
...
devel/py-boto/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
boto
PORTVERSION
=
1.0a
CATEGORIES
=
devel python
MASTER_SITES
=
http://boto.googlecode.com/files/
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX
=
${PYTHON_PKGNAMEPREFIX}
MAINTAINER
=
peter.schuller@infidyne.com
...
...
devel/py-parsedatetime/Makefile
View file @
4bc79fa0
...
...
@@ -10,7 +10,7 @@ PORTVERSION= 0.8.4
CATEGORIES
=
devel python
MASTER_SITES
=
http://code-bear.com/code/parsedatetime/
\
CHEESESHOP
\
http://parsedatetime.googlecode.com/files/
${MASTER_SITE_GOOGLE_CODE}
\
PKGNAMEPREFIX
=
${PYTHON_PKGNAMEPREFIX}
MAINTAINER
=
lwhsu@FreeBSD.org
...
...
devel/py-pefile/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
pefile
PORTVERSION
=
1.2.8
CATEGORIES
=
devel python
MASTER_SITES
=
http://pefile.googlecode.com/files/
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX
=
${PYTHON_PKGNAMEPREFIX}
MAINTAINER
=
antoine.brodin@laposte.net
...
...
devel/spdict/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
spdict
PORTVERSION
=
0.2
CATEGORIES
=
devel
MASTER_SITES
=
http://spdict.googlecode.com/files/
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
DISTNAME
=
${PORTNAME}
-
${PORTVERSION}
.src
MAINTAINER
=
vanilla@FreeBSD.org
...
...
devel/stringencoders/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
stringencoders
PORTVERSION
=
3.7.0
CATEGORIES
=
devel
MASTER_SITES
=
http://stringencoders.googlecode.com/files/
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
DISTNAME
=
${PORTNAME}
-v
${PORTVERSION}
MAINTAINER
=
skreuzer@exit2shell.com
...
...
ftp/py-pyftpdlib/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
pyftpdlib
PORTVERSION
=
0.3.0
CATEGORIES
=
ftp python
MASTER_SITES
=
http://pyftpdlib.googlecode.com/files/
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX
=
${PYTHON_PKGNAMEPREFIX}
MAINTAINER
=
lwhsu@FreeBSD.org
...
...
graphics/py-pyproj/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
pyproj
PORTVERSION
=
1.8.4
CATEGORIES
=
graphics python geography
MASTER_SITES
=
http://pyproj.googlecode.com/files/
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX
=
${PYTHON_PKGNAMEPREFIX}
MAINTAINER
=
fmysh@iijmio-mail.jp
...
...
irc/py-gozerbot/Makefile
View file @
4bc79fa0
...
...
@@ -9,7 +9,8 @@ PORTNAME= gozerbot
PORTVERSION
=
0.7.1.1
PORTREVISION
=
1
CATEGORIES
=
irc python
MASTER_SITES
=
http://gozerbot.org/media/tarball/ http://gozerbot.googlecode.com/files/
MASTER_SITES
=
http://gozerbot.org/media/tarball/
\
${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX
=
${PYTHON_PKGNAMEPREFIX}
DISTNAME
=
gozerbot-
${PORTVERSION}
...
...
mail/gnome-gmail-notifier/Makefile
View file @
4bc79fa0
...
...
@@ -9,7 +9,7 @@ PORTNAME= gnome-gmail-notifier
PORTVERSION
=
0.9.4
PORTREVISION
=
2
CATEGORIES
=
mail deskutils
MASTER_SITES
=
http://
${PORTNAME}
.googlecode.com/files/
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
MAINTAINER
=
flz@FreeBSD.org
COMMENT
=
A Gmail Inbox Monitor
for
the GNOME2 desktop
...
...
math/speedcrunch/Makefile
View file @
4bc79fa0
...
...
@@ -9,7 +9,7 @@ PORTNAME= speedcrunch
DISTVERSION
=
0.8
PORTREVISION
=
1
CATEGORIES
=
math
MASTER_SITES
=
http://speedcrunch.googlecode.com/files/
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
MAINTAINER
=
ports@FreeBSD.org
COMMENT
=
A desktop calculator
for
power
users
...
...
misc/xdelta/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
xdelta
PORTVERSION
=
1.1.4
CATEGORIES
=
misc devel
MASTER_SITES
=
http://xdelta.googlecode.com/files/
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
MAINTAINER
=
skv@FreeBSD.org
COMMENT
=
A diff/patch utility
for
binary files
...
...
misc/xdelta3/Makefile
View file @
4bc79fa0
...
...
@@ -8,7 +8,7 @@
PORTNAME
=
xdelta
PORTVERSION
=
3.0q
CATEGORIES
=
misc devel
MASTER_SITES
=
http://xdelta.googlecode.com/files/
MASTER_SITES
=
${MASTER_SITE_GOOGLE_CODE}
DISTNAME
=
${PORTNAME}
${
PORTVERSION
:C/
\.//g
}
MAINTAINER
=
skv@FreeBSD.org
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment