svn commit: r449962 - head/math/libtommath

Pietro Cerutti gahr at FreeBSD.org
Sat Sep 16 10:55:09 UTC 2017


Author: gahr
Date: Sat Sep 16 10:55:08 2017
New Revision: 449962
URL: https://svnweb.freebsd.org/changeset/ports/449962

Log:
  math/libtommath: fix PLIST, bump PORTREVISION

Modified:
  head/math/libtommath/Makefile

Modified: head/math/libtommath/Makefile
==============================================================================
--- head/math/libtommath/Makefile	Sat Sep 16 10:46:48 2017	(r449961)
+++ head/math/libtommath/Makefile	Sat Sep 16 10:55:08 2017	(r449962)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libtommath
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/libtom/libtommath/releases/download/v${PORTVERSION}/
 DISTNAME=	ltm-${PORTVERSION}
@@ -21,8 +22,7 @@ PORTDOCS=	*
 PLIST_FILES=	include/tommath.h \
 		include/tommath_class.h \
 		include/tommath_superclass.h \
-		lib/libtommath.a \
-		libdata/pkgconfig/libtommath.pc
+		lib/libtommath.a
 
 OPTIONS_DEFINE=	DOCS SHARED
 
@@ -31,7 +31,8 @@ SHARED_USES=		libtool:build
 SHARED_USE=		LDCONFIG=yes
 SHARED_PLIST_FILES=	lib/libtommath.so \
 			lib/libtommath.so.${PORTVERSION:R:R} \
-		       	lib/libtommath.so.${PORTVERSION}
+		       	lib/libtommath.so.${PORTVERSION} \
+			libdata/pkgconfig/libtommath.pc
 SHARED_VARS=		MAKEFILE=makefile.shared
 SHARED_VARS_OFF=	MAKEFILE=makefile
 


More information about the svn-ports-all mailing list