svn commit: r360236 - head/textproc/sary
Tijl Coosemans
tijl at FreeBSD.org
Wed Jul 2 18:18:08 UTC 2014
Author: tijl
Date: Wed Jul 2 18:18:07 2014
New Revision: 360236
URL: http://svnweb.freebsd.org/changeset/ports/360236
QAT: https://qat.redports.org/buildarchive/r360236/
Log:
Convert to USES=libtool
Modified:
head/textproc/sary/Makefile
head/textproc/sary/pkg-plist
Modified: head/textproc/sary/Makefile
==============================================================================
--- head/textproc/sary/Makefile Wed Jul 2 18:10:06 2014 (r360235)
+++ head/textproc/sary/Makefile Wed Jul 2 18:18:07 2014 (r360236)
@@ -3,16 +3,16 @@
PORTNAME= sary
PORTVERSION= 1.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://sary.sourceforge.net/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A suffix array library and tools, which provide fast full-text search
+COMMENT= Suffix array library and tools, which provide fast full-text search
-USES= pathfix pkgconfig
+GNU_CONFIGURE= yes
+USES= libtool pathfix pkgconfig
USE_GNOME= glib20
-USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
post-patch:
Modified: head/textproc/sary/pkg-plist
==============================================================================
--- head/textproc/sary/pkg-plist Wed Jul 2 18:10:06 2014 (r360235)
+++ head/textproc/sary/pkg-plist Wed Jul 2 18:18:07 2014 (r360236)
@@ -18,9 +18,9 @@ include/sary/str.h
include/sary/text.h
include/sary/writer.h
lib/libsary.a
-lib/libsary.la
lib/libsary.so
lib/libsary.so.10
+lib/libsary.so.10.0.0
libdata/pkgconfig/sary.pc
man/man1/mksary.1.gz
man/man1/sary.1.gz
More information about the svn-ports-all
mailing list