svn commit: r359268 - head/databases/recutils
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 25 18:36:40 UTC 2014
Author: amdmi3
Date: Wed Jun 25 18:36:39 2014
New Revision: 359268
URL: http://svnweb.freebsd.org/changeset/ports/359268
QAT: https://qat.redports.org/buildarchive/r359268/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/databases/recutils/Makefile
head/databases/recutils/pkg-plist
Modified: head/databases/recutils/Makefile
==============================================================================
--- head/databases/recutils/Makefile Wed Jun 25 18:36:02 2014 (r359267)
+++ head/databases/recutils/Makefile Wed Jun 25 18:36:39 2014 (r359268)
@@ -3,6 +3,7 @@
PORTNAME= recutils
PORTVERSION= 1.7
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= GNU
@@ -11,7 +12,7 @@ COMMENT= Tools and libraries to access h
LICENSE= GPLv3
-USES= charsetfix
+USES= charsetfix libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
Modified: head/databases/recutils/pkg-plist
==============================================================================
--- head/databases/recutils/pkg-plist Wed Jun 25 18:36:02 2014 (r359267)
+++ head/databases/recutils/pkg-plist Wed Jun 25 18:36:39 2014 (r359268)
@@ -9,9 +9,9 @@ bin/recsel
bin/recset
include/rec.h
lib/librec.a
-lib/librec.la
lib/librec.so
lib/librec.so.1
+lib/librec.so.1.0.0
man/man1/csv2rec.1.gz
man/man1/rec2csv.1.gz
man/man1/recdel.1.gz
More information about the svn-ports-all
mailing list