diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-29 16:17:33 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-29 16:17:33 +0800 |
commit | 851e09174061642ef3e5164f3154fadde151c8f9 (patch) | |
tree | 13884c3972492924bcc9354a067543369e3cb31d | |
parent | 0c233cec9b1ff03cea6bd7c926a5051b1cd15a26 (diff) | |
download | freebsd-ports-gnome-851e09174061642ef3e5164f3154fadde151c8f9.tar.gz freebsd-ports-gnome-851e09174061642ef3e5164f3154fadde151c8f9.tar.zst freebsd-ports-gnome-851e09174061642ef3e5164f3154fadde151c8f9.zip |
Remove my personal web site from MASTER_SITES
-rw-r--r-- | dns/libbind/Makefile | 3 | ||||
-rw-r--r-- | mail/alpine/Makefile | 6 | ||||
-rw-r--r-- | net/wmwlmon/Makefile | 3 | ||||
-rw-r--r-- | security/libotr/Makefile | 3 | ||||
-rw-r--r-- | security/pidgin-otr/Makefile | 3 | ||||
-rw-r--r-- | sysutils/shlock/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/openbox/Makefile | 3 |
7 files changed, 8 insertions, 16 deletions
diff --git a/dns/libbind/Makefile b/dns/libbind/Makefile index fbcd52b050eb..2fa7e628c3e9 100644 --- a/dns/libbind/Makefile +++ b/dns/libbind/Makefile @@ -9,8 +9,7 @@ PORTNAME= libbind PORTVERSION= 6.0 PORTREVISION= 1 CATEGORIES= dns net ipv6 -MASTER_SITES= ${MASTER_SITE_ISC} \ - http://dougbarton.us/Downloads/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= libbind/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 4208694421d9..3236a84ae8a3 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -9,8 +9,7 @@ PORTNAME?= alpine PORTVERSION= 2.00 PORTREVISION?= 3 CATEGORIES?= mail news ipv6 -MASTER_SITES= ftp://ftp.cac.washington.edu/alpine/ \ - http://dougbarton.us/Downloads/alpine-${PORTVERSION}/ +MASTER_SITES= ftp://ftp.cac.washington.edu/alpine/ DIST_SUBDIR= alpine-${PORTVERSION} MAINTAINER= dougb@FreeBSD.org @@ -112,8 +111,7 @@ EXTRA_PATCHES= ${FILESDIR}/cons25-alpine_keymenu.c .endif .if defined(WITH_QUOTA) || defined(WITH_MAILDIR) -PATCH_SITES= http://dougbarton.us/Downloads/alpine-${PORTVERSION}/ \ - ${MASTER_SITE_LOCAL} +PATCH_SITES= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= dougb/alpine-${PORTVERSION}/ PATCH_DIST_ARGS+= -E --quiet -d ${PATCH_WRKSRC} -p1 .endif diff --git a/net/wmwlmon/Makefile b/net/wmwlmon/Makefile index 63b5ccc8a3a5..4aebae964459 100644 --- a/net/wmwlmon/Makefile +++ b/net/wmwlmon/Makefile @@ -8,8 +8,7 @@ PORTNAME= wmwlmon PORTVERSION= 1.0 CATEGORIES= net windowmaker -MASTER_SITES= http://www.nazgul.ch/dev/ \ - http://dougbarton.us/Downloads/ +MASTER_SITES= http://www.nazgul.ch/dev/ DISTNAME= wmwlmon-${PORTVERSION} MAINTAINER= LukeD@pobox.com diff --git a/security/libotr/Makefile b/security/libotr/Makefile index ce9d58e4c4e2..555dc238cf5d 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -12,8 +12,7 @@ PORTVERSION= 3.2.0 # confirmed via testing that it is necessary PORTREVISION= 4 CATEGORIES= security -MASTER_SITES= http://www.cypherpunks.ca/otr/ \ - http://dougbarton.us/Downloads/ +MASTER_SITES= http://www.cypherpunks.ca/otr/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index 0a813b7a1d8b..3130f2a2492e 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -11,8 +11,7 @@ PORTVERSION= 3.2.1 # Please do not bump PORTREVISION for this port unless you have # confirmed via testing that it is necessary CATEGORIES= security net -MASTER_SITES= http://www.cypherpunks.ca/otr/ \ - http://dougbarton.us/Downloads/ +MASTER_SITES= http://www.cypherpunks.ca/otr/ PKGNAMEPREFIX= pidgin- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc diff --git a/sysutils/shlock/Makefile b/sysutils/shlock/Makefile index b6280098197d..9067358c5834 100644 --- a/sysutils/shlock/Makefile +++ b/sysutils/shlock/Makefile @@ -8,8 +8,7 @@ PORTNAME= shlock PORTVERSION= 2.5.2 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_ISC} \ - http://dougbarton.us/Downloads/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR=inn DISTFILES= inn-${PORTVERSION}${EXTRACT_SUFX} \ inn-${PORTVERSION}${EXTRACT_SUFX}.asc diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 58946046dd8b..0ca2b12c2d0c 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -9,8 +9,7 @@ PORTNAME= openbox PORTVERSION= 3.5.0 PORTREVISION= 3 CATEGORIES= x11-wm -MASTER_SITES= http://openbox.org/dist/openbox/ \ - http://dougbarton.us/Downloads/ +MASTER_SITES= http://openbox.org/dist/openbox/ MAINTAINER= novel@FreeBSD.org COMMENT= Small, fast, standards compliant, extensible window manager |