diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-07-26 16:40:42 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-07-26 16:40:42 +0000 |
commit | 1f9e9d9abfbd418e01d4f68ce91c2168628a6f5c (patch) | |
tree | dde0b0208e804c945477b3a30d1155513c1da565 | |
parent | 01e6eab27dda7ac4574963cade5ba2df82a15ac1 (diff) |
Notes
-rw-r--r-- | math/pspp/Makefile | 7 | ||||
-rw-r--r-- | math/pspp/distinfo | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index a960fd943a5e..ca97104b8842 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pspp -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= math MASTER_SITES= GNU @@ -14,7 +14,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= texinfo>0:print/texinfo LIB_DEPENDS= libgslcblas.so:math/gsl -USES= charsetfix gmake iconv libtool perl5 pkgconfig readline +USES= charsetfix gmake iconv localbase libtool perl5 pkgconfig readline USE_GNOME= libxml2 USE_PERL5= build GNU_CONFIGURE= yes @@ -23,9 +23,6 @@ MAKE_ARGS= MAKEINFO="${LOCALBASE}/bin/makeinfo" \ INSTALL_TARGET= install-strip USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PLIST_SUB= VERSION="${PORTVERSION}" PORTDOCS= AUTHORS ChangeLog NEWS ONEWS README THANKS TODO diff --git a/math/pspp/distinfo b/math/pspp/distinfo index 42d4e03ab4b2..d5758f973172 100644 --- a/math/pspp/distinfo +++ b/math/pspp/distinfo @@ -1,2 +1,3 @@ -SHA256 (pspp-0.10.1.tar.gz) = 44cc08864de736880bc0d7e2b1f8c8493ac0e0c2164a4f9471077608f00c8677 -SIZE (pspp-0.10.1.tar.gz) = 7269109 +TIMESTAMP = 1469446928 +SHA256 (pspp-0.10.2.tar.gz) = f77cacae6948689a60f1a5808a5d2e183c1cd0847c7fc6142646c63814c0daa9 +SIZE (pspp-0.10.2.tar.gz) = 7316470 |