svn commit: r386653 - head/devel/readline

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 18 01:45:08 UTC 2015


Author: amdmi3
Date: Mon May 18 01:45:07 2015
New Revision: 386653
URL: https://svnweb.freebsd.org/changeset/ports/386653

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/devel/readline/Makefile

Modified: head/devel/readline/Makefile
==============================================================================
--- head/devel/readline/Makefile	Mon May 18 01:37:13 2015	(r386652)
+++ head/devel/readline/Makefile	Mon May 18 01:45:07 2015	(r386653)
@@ -19,6 +19,10 @@ OPTIONS_DEFINE=	TERMCAP DOCS
 OPTIONS_DEFAULT=TERMCAP
 TERMCAP_DESC=	Link against libtermcap
 
+USES=		cpe
+CPE_VENDOR=	gnu
+CPE_VERSION=	${PORTVERSION:C/${PATCHLEVEL}$//}
+CPE_UPDATE=	${PATCHLEVEL:C/^\.//}
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list