svn commit: r386950 - head/security/libtasn1

Antoine Brodin antoine at FreeBSD.org
Thu May 21 18:20:52 UTC 2015


Author: antoine
Date: Thu May 21 18:20:51 2015
New Revision: 386950
URL: https://svnweb.freebsd.org/changeset/ports/386950

Log:
  Properly register info page
  
  PR:		199980
  Approved by:	maintainer timeout (2 weeks)

Modified:
  head/security/libtasn1/Makefile
  head/security/libtasn1/pkg-plist

Modified: head/security/libtasn1/Makefile
==============================================================================
--- head/security/libtasn1/Makefile	Thu May 21 18:18:37 2015	(r386949)
+++ head/security/libtasn1/Makefile	Thu May 21 18:20:51 2015	(r386950)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libtasn1
 PORTVERSION=	4.5
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	GNU
 
@@ -19,6 +20,7 @@ OPTIONS_DEFINE=	DOCS
 
 DOCS=		AUTHORS NEWS README THANKS doc/TODO \
 		doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps
+INFO=		libtasn1
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/security/libtasn1/pkg-plist
==============================================================================
--- head/security/libtasn1/pkg-plist	Thu May 21 18:18:37 2015	(r386949)
+++ head/security/libtasn1/pkg-plist	Thu May 21 18:20:51 2015	(r386950)
@@ -2,7 +2,6 @@ bin/asn1Coding
 bin/asn1Decoding
 bin/asn1Parser
 include/libtasn1.h
-info/libtasn1.info
 lib/libtasn1.a
 lib/libtasn1.so
 lib/libtasn1.so.6


More information about the svn-ports-head mailing list