Date: Tue, 3 Mar 2015 20:48:17 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380394 - head/archivers/gcpio Message-ID: <201503032048.t23KmHZd087982@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Tue Mar 3 20:48:16 2015 New Revision: 380394 URL: https://svnweb.freebsd.org/changeset/ports/380394 QAT: https://qat.redports.org/buildarchive/r380394/ Log: Add CPE information. PR: 198236 Submitted by: shun.fbsd.pr@dropcut.net While here, add LICENSE, too. Modified: head/archivers/gcpio/Makefile Modified: head/archivers/gcpio/Makefile ============================================================================== --- head/archivers/gcpio/Makefile Tue Mar 3 20:30:56 2015 (r380393) +++ head/archivers/gcpio/Makefile Tue Mar 3 20:48:16 2015 (r380394) @@ -2,7 +2,7 @@ PORTNAME= cpio PORTVERSION= 2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -11,7 +11,12 @@ PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org COMMENT= GNU cpio copies files to and from archives -USES= tar:bzip2 +LICENSE= GPLv3 + +USES= cpe tar:bzip2 + +CPE_VENDOR= gnu + GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --disable-silent-rules \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503032048.t23KmHZd087982>