svn commit: r362937 - in head: converters/psiconv editors/abiword math/gnumeric
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jul 25 21:57:15 UTC 2014
Author: amdmi3
Date: Fri Jul 25 21:57:14 2014
New Revision: 362937
URL: http://svnweb.freebsd.org/changeset/ports/362937
QAT: https://qat.redports.org/buildarchive/r362937/
Log:
- Switch converters/psiconv to USES=libtool, drop .la files
- Strip libraries
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Approved by: kwm
Modified:
head/converters/psiconv/Makefile
head/converters/psiconv/pkg-plist
head/editors/abiword/Makefile
head/math/gnumeric/Makefile
Modified: head/converters/psiconv/Makefile
==============================================================================
--- head/converters/psiconv/Makefile Fri Jul 25 21:45:47 2014 (r362936)
+++ head/converters/psiconv/Makefile Fri Jul 25 21:57:14 2014 (r362937)
@@ -3,17 +3,17 @@
PORTNAME= psiconv
PORTVERSION= 0.9.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters devel
MASTER_SITES= http://software.frodo.looijaard.name/psiconv/files/
MAINTAINER= gnome at FreeBSD.org
COMMENT= Conversion utility to convert Psion 5(MX) files into other formats
-USES= gmake
-USE_AUTOTOOLS= libtool
+USES= gmake libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-imagemagick=no
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
Modified: head/converters/psiconv/pkg-plist
==============================================================================
--- head/converters/psiconv/pkg-plist Fri Jul 25 21:45:47 2014 (r362936)
+++ head/converters/psiconv/pkg-plist Fri Jul 25 21:57:14 2014 (r362937)
@@ -15,9 +15,9 @@ include/psiconv/parse.h
include/psiconv/parse_routines.h
include/psiconv/unicode.h
lib/libpsiconv.a
-lib/libpsiconv.la
lib/libpsiconv.so
-lib/libpsiconv.so.10
+lib/libpsiconv.so.6
+lib/libpsiconv.so.6.4.2
man/man1/psiconv-config.1.gz
man/man1/psiconv.1.gz
%%DATADIR%%/psion/ASCII_Codes.psi
Modified: head/editors/abiword/Makefile
==============================================================================
--- head/editors/abiword/Makefile Fri Jul 25 21:45:47 2014 (r362936)
+++ head/editors/abiword/Makefile Fri Jul 25 21:57:14 2014 (r362937)
@@ -4,7 +4,7 @@
PORTNAME= abiword
PORTVERSION= 2.8.6
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
MASTER_SITE_SUBDIR= abiword
Modified: head/math/gnumeric/Makefile
==============================================================================
--- head/math/gnumeric/Makefile Fri Jul 25 21:45:47 2014 (r362936)
+++ head/math/gnumeric/Makefile Fri Jul 25 21:57:14 2014 (r362937)
@@ -4,7 +4,7 @@
PORTNAME= gnumeric
PORTVERSION= 1.12.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --without-perl
PLIST_SUB+= PERL="@comment "
.endif
-.if defined(WITH_GDA)
+.if ${PORT_OPTIONS:MGDA}
USE_GNOME+= libgda5-ui
CONFIGURE_ARGS+= --with-gda
PLIST_SUB+= GDA=""
More information about the svn-ports-all
mailing list