Bug 110674 - [PATCH] MASTER_SITES for mail/postgrey has changed
Summary: [PATCH] MASTER_SITES for mail/postgrey has changed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean Milanez Melo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 13:30 UTC by Josh Paetzel <josh@tcbug.org>
Modified: 2007-04-05 21:00 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (374 bytes, patch)
2007-03-22 13:30 UTC, Josh Paetzel <josh@tcbug.org>
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Paetzel <josh@tcbug.org> 2007-03-22 13:30:00 UTC

The distfiles for mail/postgrey have moved to a new site

How-To-Repeat: 

# cd /usr/ports/mail/postgrey
# make fetch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-22 13:30:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmelo

jmelo@ wants to have WWW and MASTER_SITES PRs
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-22 13:30:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 root 2007-03-23 03:22:41 UTC
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
Comment 4 Josh Paetzel <josh@tcbug.org> 2007-03-24 07:07:20 UTC
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
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-04-05 20:54:55 UTC
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"
Comment 6 Jean Milanez Melo freebsd_committer freebsd_triage 2007-04-05 20:56:38 UTC
State Changed
From-To: feedback->closed

Josh, you are right, when the mastersite changes you never should bump 
the portrevision. Committed, Thanks!