Bug 66956 - [MAINTAINER] lang/pike72: Update MASTER_SITES
Summary: [MAINTAINER] lang/pike72: Update MASTER_SITES
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-20 20:30 UTC by Xavier Beaudouin
Modified: 2004-05-21 07:28 UTC (History)
0 users

See Also:


Attachments
pike72-7.2.570_1.patch (627 bytes, patch)
2004-05-20 20:30 UTC, Xavier Beaudouin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Beaudouin 2004-05-20 20:30:20 UTC
- Update MASTER_SITES

Generated with FreeBSD Port Tools 0.50
Comment 1 Oliver Eikemeier 2004-05-20 20:57:30 UTC
Xavier Beaudouin wrote:

> --- pike72-7.2.570_1.patch begins here ---
> diff -ruN --exclude=CVS /usr/ports/lang/pike72.old/Makefile /usr/ports/lang/pike72/Makefile
> --- /usr/ports/lang/pike72.old/Makefile	Thu May 20 21:16:03 2004
> +++ /usr/ports/lang/pike72/Makefile	Thu May 20 21:18:40 2004
> @@ -7,10 +7,10 @@
>  
>  PORTNAME=	pike72
>  PORTVERSION=	7.2.570
> +PORTREVISION=	1
>  CATEGORIES=	lang
> -MASTER_SITES=	ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
> -		ftp://ftp.oav.net/pike/7.2/unofficial/ \
> -		http://grendel.firewall.com/caudium-pkg/
> +MASTER_SITES=	ftp://ftp.oav.net/pike/7.2/unofficial/ \
> +		ftp://ftp.us.caudium.net/pub/pike/7.2/unofficial/ 
>  DISTNAME=	pike-${PORTVERSION}
>  
>  MAINTAINER=	kiwi@oav.net
> --- pike72-7.2.570_1.patch ends here ---

You don't need to bump the PORTREVISION if you just change the MASTER_SITES.
Uses that have pike installed won't care, and those who don't neither.

-Oliver
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2004-05-21 07:28:37 UTC
State Changed
From-To: open->closed

Committed, thanks!