[Midnightbsd-cvs] mports [19775] trunk/devel/pccts: use zip extension
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 18 19:27:39 EDT 2015
Revision: 19775
http://svnweb.midnightbsd.org/mports/?rev=19775
Author: laffer1
Date: 2015-08-18 19:27:38 -0400 (Tue, 18 Aug 2015)
Log Message:
-----------
use zip extension
Modified Paths:
--------------
trunk/devel/pccts/Makefile
trunk/devel/pccts/distinfo
Modified: trunk/devel/pccts/Makefile
===================================================================
--- trunk/devel/pccts/Makefile 2015-08-18 23:25:15 UTC (rev 19774)
+++ trunk/devel/pccts/Makefile 2015-08-18 23:27:38 UTC (rev 19775)
@@ -1,31 +1,25 @@
-# ex:ts=8
-# New ports collection makefile for: pccts
-# Date created: 22 June 1997
-# Whom: Andrey Zakhvatov
-#
# $MidnightBSD$
# $FreeBSD: ports/devel/pccts/Makefile,v 1.28 2006/05/04 21:40:58 edwin Exp $
-#
-PORTNAME= pccts
-PORTVERSION= 1.33.33
-CATEGORIES= devel
-MASTER_SITES= http://www.polhode.com/
-DISTNAME= pccts${PORTVERSION:R:S/.//}mr${PORTVERSION:E}
+PORTNAME= pccts
+PORTVERSION= 1.33.33
+CATEGORIES= devel
+MASTER_SITES= http://www.polhode.com/
+DISTNAME= pccts${PORTVERSION:R:S/.//}mr${PORTVERSION:E}
-MAINTAINER= ports at MidnightBSD.org
-COMMENT= The Purdue Compiler Construction Tool Set
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Purdue Compiler Construction Tool Set
+
LICENSE= other
+
CONFLICTS= antlr*
-USE_ZIP= yes
-WRKSRC= ${WRKDIR}/pccts
+USES= zip
+WRKSRC= ${WRKDIR}/pccts
ALL_TARGET=
-MAKEFILE= makefile
-MAKE_ENV= COPT="${CFLAGS}"
+MAKEFILE= makefile
+MAKE_ENV= COPT="${CFLAGS}"
-MAN1= antlr.1 dlg.1
-
post-patch:
@${FIND} ${WRKSRC} -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \
's|<varargs.h>|<stdarg.h>|g'
Modified: trunk/devel/pccts/distinfo
===================================================================
--- trunk/devel/pccts/distinfo 2015-08-18 23:25:15 UTC (rev 19774)
+++ trunk/devel/pccts/distinfo 2015-08-18 23:27:38 UTC (rev 19775)
@@ -1,3 +1,2 @@
SHA256 (pccts133mr33.zip) = d5aaf0b53999f43a9ff97c4993ba9f9682ed1864603c34f5e2728ae6a40f30a4
-RMD160 (pccts133mr33.zip) = 46a0955aedb263d196dae0054f6249d42b2ac835
SIZE (pccts133mr33.zip) = 738635
More information about the Midnightbsd-cvs
mailing list