svn commit: r380394 - head/archivers/gcpio

Christian Weisgerber naddy at FreeBSD.org
Tue Mar 3 20:48:17 UTC 2015


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 at 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 at 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 \


More information about the svn-ports-head mailing list