Date: Sat, 16 Sep 2017 10:55:08 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449962 - head/math/libtommath Message-ID: <201709161055.v8GAt8bb013263@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709161055.v8GAt8bb013263>