Date: Tue, 28 Jan 2014 21:58:19 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341662 - head/devel/libgpc Message-ID: <201401282158.s0SLwJiH093428@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Jan 28 21:58:19 2014 New Revision: 341662 URL: http://svnweb.freebsd.org/changeset/ports/341662 QAT: https://qat.redports.org/buildarchive/r341662/ Log: Support stage Use bsdtar + dos2unix to extract and convert the zip content Modified: head/devel/libgpc/Makefile Modified: head/devel/libgpc/Makefile ============================================================================== --- head/devel/libgpc/Makefile Tue Jan 28 21:47:19 2014 (r341661) +++ head/devel/libgpc/Makefile Tue Jan 28 21:58:19 2014 (r341662) @@ -6,11 +6,12 @@ PORTVERSION= 2.32 CATEGORIES= devel math graphics MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ DISTNAME= gpc${PORTVERSION:S/.//} +EXTRACT_SUFX= .zip MAINTAINER= mi@aldan.algebra.com COMMENT= Generic Polygon Clipper -USE_ZIP= yes +USES= dos2unix uidfix PLIST_FILES= lib/libgpc.so.2 \ lib/libgpc.so lib/libgpc.a \ include/gpc.h @@ -19,7 +20,4 @@ NO_CDROM= Can't be used for profit witho MAKEFILE= ${FILESDIR}/BSDmakefile -EXTRACT_BEFORE_ARGS=-qoa - -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401282158.s0SLwJiH093428>