There have been two MASTER_SITE_SUBDIR statements, rendering the port unfetchable for the majority of sites. Add one more mirror site in case berlios.de goes down (metalab/sunsite haven't yet picked up the tarball). Please do not wait for maintainer approval, previous commit was approved on maintainer timeout grounds. Port maintainer (barner@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->barner Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback This patch isn't correct: - http://home.leo.org/~barner/freebsd/distfiles/:leo + http://home.leo.org/~barner/freebsd/distfiles/:leo MASTER_SITE_SUBDIR= fetchmail/:DEFAULT,leo The second line leaves a trailing slash, meaning the MASTER_SITE_SUBDIR line will get munched. Please submit a revised patch, since I can't tell exactly what you're trying to do here. Thanks.
Hi Mark, sorry for the mess - this patch against CVS ports/mail/fetchmail/ should work. (It just removes the backslash that you rightfully questioned.) --- fetchmail-6.3.9.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/fetchmail/Makefile,v retrieving revision 1.197 diff -u -u -r1.197 Makefile --- Makefile 8 Jan 2009 12:12:43 -0000 1.197 +++ Makefile 12 Jan 2009 00:14:42 -0000 @@ -13,12 +13,13 @@ PORTVERSION= 6.3.9 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_BERLIOS} \ + http://homepages.uni-paderborn.de/mandree/fetchmail/:ma \ ${MASTER_SITE_SUNSITE:S/$/:sunsite/}\ http://home.leo.org/~barner/freebsd/distfiles/:leo MASTER_SITE_SUBDIR= fetchmail/:DEFAULT,leo \ - system/mail/pop/fetchmail/:sunsite -MASTER_SITE_SUBDIR= fetchmail -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,leo,sunsite + system/mail/pop/fetchmail/:sunsite \ + ./:ma +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,ma,leo,sunsite MAINTAINER= barner@FreeBSD.org COMMENT= Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR --- fetchmail-6.3.9.patch ends here --- -- Matthias Andree
linimon 2009-01-12 00:59:27 UTC FreeBSD ports repository Modified files: mail/fetchmail Makefile Log: Add http://homepages.uni-paderborn.de to MASTER_SITES. The sunsite mirrors appear to be behind. Also (temporarily?) remove home.leo.org, as the site seems to have been rearranged. PR: ports/130301 Submitted by: Matthias Andree <matthias dot andree at gmx dot de> Hat: portmgr Revision Changes Path 1.198 +6 -6 ports/mail/fetchmail/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed with portmgr hat, since I'm waiting for an email from the maintainer w/rt the previous timeout.
Responsible Changed From-To: barner->linimon