Bug 66776 - [MAINTAINER] lang/pike76: update to 7.6.9
Summary: [MAINTAINER] lang/pike76: update to 7.6.9
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: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-17 22:10 UTC by Xavier Beaudouin
Modified: 2004-05-20 12:20 UTC (History)
0 users

See Also:


Attachments
pike76-7.6.9.patch (1.05 KB, patch)
2004-05-17 22:10 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-17 22:10:26 UTC
- Update to 7.6.9

Generated with FreeBSD Port Tools 0.50
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2004-05-17 23:28:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vanilla

I will handle this one.
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2004-05-20 11:27:12 UTC
State Changed
From-To: open->closed

Committed, thanks.
Comment 3 Oliver Eikemeier 2004-05-20 12:16:05 UTC
Xavier Beaudouin wrote:

> --- pike76-7.6.9.patch begins here ---
> diff -ruN --exclude=CVS /usr/ports/lang/pike76.old/Makefile /usr/ports/lang/pike76/Makefile
> --- /usr/ports/lang/pike76.old/Makefile	Mon May 17 22:32:57 2004
> +++ /usr/ports/lang/pike76/Makefile	Mon May 17 22:33:19 2004
> @@ -6,12 +6,12 @@
>  #
>  
>  PORTNAME=	pike76
> -PORTVERSION=	7.6.6
> +PORTVERSION=	7.6.9
>  CATEGORIES=	lang
>  MASTER_SITES=	ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
>  		ftp://ftp.oav.net/pike/7.6/ \
>  		ftp://ftp.caudium.net/pike/official_releases/${PORTVERSION}/
> -DISTNAME=	Pike-v${PORTVERSION}
> +DISTNAME=	pike-${PORTVERSION}

You should set
  PORTNAME=	pike
  LATEST_LINK=	${PKGNAMEPREFIX}pike76${PKGNAMESUFFIX}

see www/apache13 and www/apache2. This will also save you from setting DISTNAME.

-Oliver