View | Details | Raw Unified | Return to bug 156124
Collapse All | Expand All

(-)Makefile (-8 / +8 lines)
Lines 7-27 Link Here
7
#
7
#
8
8
9
PORTNAME=	pcc
9
PORTNAME=	pcc
10
PORTVERSION=	0.9.9.20110216
10
PORTVERSION=	1.0.0
11
PORTREVISION?=	0
11
PORTREVISION=	0
12
CATEGORIES=	lang
12
CATEGORIES=	lang
13
MASTER_SITES=	ftp://pcc.ludd.ltu.se/pub/pcc/ \
13
MASTER_SITES=	ftp://pcc.ludd.ltu.se/pub/pcc-releases/ \
14
		http://pcc.ludd.ltu.se/ftp/pub/pcc/ \
14
		http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/ \
15
		ftp://226.net120.skekraft.net/pcc/
15
		ftp://226.net120.skekraft.net/pcc-releases/
16
DISTNAME=	pcc-${PORTVERSION:E}
16
DISTNAME=	pcc-${PORTVERSION}
17
EXTRACT_SUFX=	.tgz
17
EXTRACT_SUFX=	.tgz
18
18
19
MAINTAINER=	joel@FreeBSD.org
19
MAINTAINER=	joel@FreeBSD.org
20
COMMENT=	S.C.Johnson's Portable C Compiler brought into the C99 world
20
COMMENT=	The Portable C Compiler
21
21
22
ONLY_FOR_ARCHS=	i386 amd64
22
ONLY_FOR_ARCHS=	i386 amd64
23
23
24
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
24
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
CONFIGURE_ENV=	YACC=${YACC}
26
CONFIGURE_ENV=	YACC=${YACC}
27
USE_GMAKE=	yes
27
USE_GMAKE=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pcc-20110216.tgz) = 00b378ff0012685aacbccc65ea9632256fc48f49f3b5437e5ccef62ca25a689e
1
SHA256 (pcc-1.0.0.tgz) = 5802dbba46d6ea3f9badaa55b9044a0416bb410020c24a5c2a8a2eaaf41156cb
2
SIZE (pcc-20110216.tgz) = 649506
2
SIZE (pcc-1.0.0.tgz) = 652308

Return to bug 156124