Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2011 12:58:54 GMT
From:      Joel Dahl <joel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156124: [MAINTAINER] lang/pcc: update to 1.0.0
Message-ID:  <201104021258.p32Cws5T012854@red.freebsd.org>
Resent-Message-ID: <201104021300.p32D0MAN049928@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156124
>Category:       ports
>Synopsis:       [MAINTAINER] lang/pcc: update to 1.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 02 13:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Joel Dahl
>Release:        FreeBSD 9
>Organization:
N/A
>Environment:
FreeBSD hacktop.vnode.local 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sun Jan 16 18:24:29 CET 2011     joel@hacktop.vnode.local:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
pcc 1.0.0 has been released.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-04-02 14:28:26.000000000 +0200
+++ Makefile	2011-04-02 14:49:20.000000000 +0200
@@ -7,21 +7,21 @@
 #
 
 PORTNAME=	pcc
-PORTVERSION=	0.9.9.20110216
-PORTREVISION?=	0
+PORTVERSION=	1.0.0
+PORTREVISION=	0
 CATEGORIES=	lang
-MASTER_SITES=	ftp://pcc.ludd.ltu.se/pub/pcc/ \
-		http://pcc.ludd.ltu.se/ftp/pub/pcc/ \
-		ftp://226.net120.skekraft.net/pcc/
-DISTNAME=	pcc-${PORTVERSION:E}
+MASTER_SITES=	ftp://pcc.ludd.ltu.se/pub/pcc-releases/ \
+		http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/ \
+		ftp://226.net120.skekraft.net/pcc-releases/
+DISTNAME=	pcc-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	joel@FreeBSD.org
-COMMENT=	S.C.Johnson's Portable C Compiler brought into the C99 world
+COMMENT=	The Portable C Compiler
 
 ONLY_FOR_ARCHS=	i386 amd64
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	YACC=${YACC}
 USE_GMAKE=	yes
--- distinfo.orig	2011-04-02 14:29:08.000000000 +0200
+++ distinfo	2011-04-02 14:33:41.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (pcc-20110216.tgz) = 00b378ff0012685aacbccc65ea9632256fc48f49f3b5437e5ccef62ca25a689e
-SIZE (pcc-20110216.tgz) = 649506
+SHA256 (pcc-1.0.0.tgz) = 5802dbba46d6ea3f9badaa55b9044a0416bb410020c24a5c2a8a2eaaf41156cb
+SIZE (pcc-1.0.0.tgz) = 652308


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104021258.p32Cws5T012854>