diff options
author | dougb <dougb@FreeBSD.org> | 2011-04-24 00:15:45 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-04-24 00:15:45 +0800 |
commit | 3bc1254325e74a440de91dd7b4e5980b27a68b55 (patch) | |
tree | 4b2b7bc338c0790b6867e51e0890f2e46ecab294 /mail | |
parent | 2145fdcd3f10bac597c61bf3fc1197144ceb22af (diff) | |
download | freebsd-ports-gnome-3bc1254325e74a440de91dd7b4e5980b27a68b55.tar.gz freebsd-ports-gnome-3bc1254325e74a440de91dd7b4e5980b27a68b55.tar.zst freebsd-ports-gnome-3bc1254325e74a440de91dd7b4e5980b27a68b55.zip |
The master patch site has disappeared, so remove it for now until
I hear from the author. The patches are still available from my
personal site, as well as the FreeBSD distfile distributor.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/alpine/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 2262189ae554..824b9b4c51f6 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -112,8 +112,7 @@ EXTRA_PATCHES= ${FILESDIR}/cons25-alpine_keymenu.c .endif .if defined(WITH_QUOTA) || defined(WITH_MAILDIR) -PATCH_SITES= http://staff.washington.edu/chappa/alpine/patches/alpine-${PORTVERSION}/ \ - http://dougbarton.us/Downloads/alpine-${PORTVERSION}/ \ +PATCH_SITES= http://dougbarton.us/Downloads/alpine-${PORTVERSION}/ \ ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= dougb/alpine-${PORTVERSION}/ PATCH_DIST_ARGS+= -E --quiet -d ${PATCH_WRKSRC} -p1 |