svn commit: r353597 - head/comms/gnokii

Guido Falsi madpilot at FreeBSD.org
Sat May 10 18:56:41 UTC 2014


Author: madpilot
Date: Sat May 10 18:56:40 2014
New Revision: 353597
URL: http://svnweb.freebsd.org/changeset/ports/353597
QAT: https://qat.redports.org/buildarchive/r353597/

Log:
  - Add USES=libtool
  - Don't install .la files

Modified:
  head/comms/gnokii/Makefile
  head/comms/gnokii/pkg-plist

Modified: head/comms/gnokii/Makefile
==============================================================================
--- head/comms/gnokii/Makefile	Sat May 10 18:43:35 2014	(r353596)
+++ head/comms/gnokii/Makefile	Sat May 10 18:56:40 2014	(r353597)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnokii
 PORTVERSION=	0.6.31
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	comms
 MASTER_SITES=	http://www.gnokii.org/download/gnokii/ \
@@ -19,7 +19,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
 
 GROUPS=		${PORTNAME}
-USES=		gettext gmake pkgconfig tar:bzip2
+USES=		gettext gmake libtool pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 USE_CSTD=	gnu89
 WANT_GNOME=	yes

Modified: head/comms/gnokii/pkg-plist
==============================================================================
--- head/comms/gnokii/pkg-plist	Sat May 10 18:43:35 2014	(r353596)
+++ head/comms/gnokii/pkg-plist	Sat May 10 18:56:40 2014	(r353597)
@@ -19,9 +19,9 @@ include/gnokii/virtmodem.h
 include/gnokii/wappush.h
 @dirrm include/gnokii
 lib/libgnokii.a
-lib/libgnokii.la
 lib/libgnokii.so
 lib/libgnokii.so.7
+lib/libgnokii.so.7.0.0
 libdata/pkgconfig/gnokii.pc
 libdata/pkgconfig/xgnokii.pc
 man/man1/gnokii.1.gz
@@ -43,18 +43,14 @@ share/locale/sv/LC_MESSAGES/gnokii.mo
 %%SMSD%%share/smsd/README
 %%SMSD%%share/smsd/action
 %%SMSD%%lib/smsd/libsmsd_file.a
-%%SMSD%%lib/smsd/libsmsd_file.la
 %%SMSD%%lib/smsd/libsmsd_file.so
 %%MSM%%lib/smsd/libsmsd_mysql.a
-%%MSM%%lib/smsd/libsmsd_mysql.la
 %%MSM%%lib/smsd/libsmsd_mysql.so
 %%MSM%%share/smsd/sms.tables.mysql.sql
 %%PGM%%lib/smsd/libsmsd_pq.a
-%%PGM%%lib/smsd/libsmsd_pq.la
 %%PGM%%lib/smsd/libsmsd_pq.so
 %%PGM%%share/smsd/sms.tables.pq.sql
 %%SQLT%%lib/smsd/libsmsd_sqlite.a
-%%SQLT%%lib/smsd/libsmsd_sqlite.la
 %%SQLT%%lib/smsd/libsmsd_sqlite.so
 %%SMSD%%@dirrm lib/smsd
 %%SMSD%%@dirrm share/smsd


More information about the svn-ports-all mailing list