Summary: | [PATCH] MASTER_SITES for mail/postgrey has changed | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Josh Paetzel <josh> <josh> | ||||
Component: | Individual Port(s) | Assignee: | Jean Milanez Melo <jmelo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | haroldp | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Josh Paetzel <josh@tcbug.org>
2007-03-22 13:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->jmelo jmelo@ wants to have WWW and MASTER_SITES PRs State Changed From-To: open->feedback Awaiting maintainers feedback Might as well add the /pub/old/ directory so the port doesn't stop working when the next version is released. Bump the PORTREVISION too. diff -ruN postgrey.old/Makefile postgrey/Makefile --- postgrey.old/Makefile Fri Sep 1 04:03:48 2006 +++ postgrey/Makefile Thu Mar 22 19:49:07 2007 @@ -7,8 +7,10 @@ PORTNAME= postgrey PORTVERSION= 1.27 +PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= http://isg.ee.ethz.ch/tools/postgrey/pub/ +MASTER_SITES= http://postgrey.schweikert.ch/pub/ \ + http://postgrey.schweikert.ch/pub/old/ MAINTAINER= haroldp@internal.org COMMENT= Greylisting policy server for Postfix Charlie Root wrote:
>
> Might as well add the /pub/old/ directory so the port doesn't stop working when the next version is released.
>
> Bump the PORTREVISION too.
>
>
> diff -ruN postgrey.old/Makefile postgrey/Makefile
> --- postgrey.old/Makefile Fri Sep 1 04:03:48 2006
> +++ postgrey/Makefile Thu Mar 22 19:49:07 2007
> @@ -7,8 +7,10 @@
>
> PORTNAME= postgrey
> PORTVERSION= 1.27
> +PORTREVISION= 1
> CATEGORIES= mail
> -MASTER_SITES= http://isg.ee.ethz.ch/tools/postgrey/pub/
> +MASTER_SITES= http://postgrey.schweikert.ch/pub/ \
> + http://postgrey.schweikert.ch/pub/old/
>
> MAINTAINER= haroldp@internal.org
> COMMENT= Greylisting policy server for Postfix
I don't agree with either of these changes....bumping the
PORTREVISION for a MASTER_SITES change is clearly wrong...setting a
MASTER_SITES that isn't going to work until the port changes seems
silly too.
Thanks,
Josh Paetzel
jmelo 2007-04-05 19:54:46 UTC FreeBSD ports repository Modified files: mail/postgrey Makefile Log: - Fix mastersite. PR: ports/110674 Submitted by: Josh Paetzel <josh@tcbug.org> Approved by: maintainer (timeout 15 days) Revision Changes Path 1.15 +1 -1 ports/mail/postgrey/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 Josh, you are right, when the mastersite changes you never should bump the portrevision. Committed, Thanks! |