svn commit: r419128 - head/math/pspp

Carlos J. Puga Medina cpm at FreeBSD.org
Tue Jul 26 16:40:44 UTC 2016


Author: cpm
Date: Tue Jul 26 16:40:42 2016
New Revision: 419128
URL: https://svnweb.freebsd.org/changeset/ports/419128

Log:
  - Update to 0.10.2
  - Switch to USES=localbase
  
  Changelog:
    http://savannah.gnu.org/forum/forum.php?forum_id=8626
  
  Reviewed by:	amdmi3, feld (mentors)
  Approved by:	amdmi3, feld (mentors)
  Differential Revision:	D7308

Modified:
  head/math/pspp/Makefile
  head/math/pspp/distinfo

Modified: head/math/pspp/Makefile
==============================================================================
--- head/math/pspp/Makefile	Tue Jul 26 16:34:55 2016	(r419127)
+++ head/math/pspp/Makefile	Tue Jul 26 16:40:42 2016	(r419128)
@@ -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/ma
 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

Modified: head/math/pspp/distinfo
==============================================================================
--- head/math/pspp/distinfo	Tue Jul 26 16:34:55 2016	(r419127)
+++ head/math/pspp/distinfo	Tue Jul 26 16:40:42 2016	(r419128)
@@ -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


More information about the svn-ports-all mailing list