svn commit: r352128 - head/devel/rudiments
Tijl Coosemans
tijl at FreeBSD.org
Fri Apr 25 13:59:06 UTC 2014
Author: tijl
Date: Fri Apr 25 13:59:05 2014
New Revision: 352128
URL: http://svnweb.freebsd.org/changeset/ports/352128
QAT: https://qat.redports.org/buildarchive/r352128/
Log:
Remove USE_AUTOTOOLS=libtool.
Modified:
head/devel/rudiments/Makefile
head/devel/rudiments/pkg-plist
Modified: head/devel/rudiments/Makefile
==============================================================================
--- head/devel/rudiments/Makefile Fri Apr 25 13:46:13 2014 (r352127)
+++ head/devel/rudiments/Makefile Fri Apr 25 13:59:05 2014 (r352128)
@@ -3,7 +3,7 @@
PORTNAME= rudiments
PORTVERSION= 0.46
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF
@@ -12,9 +12,9 @@ COMMENT= C++ class library for daemons,
LICENSE= LGPL20
+GNU_CONFIGURE= yes
USES= libtool:keepla pkgconfig shebangfix
SHEBANG_FILES= doc/programming/insert.pl
-USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
PLIST_SUB= VERSION="${PORTVERSION}"
Modified: head/devel/rudiments/pkg-plist
==============================================================================
--- head/devel/rudiments/pkg-plist Fri Apr 25 13:46:13 2014 (r352127)
+++ head/devel/rudiments/pkg-plist Fri Apr 25 13:59:05 2014 (r352128)
@@ -201,8 +201,8 @@ include/rudiments/variablebuffer.h
include/rudiments/xmldom.h
include/rudiments/xmldomnode.h
include/rudiments/xmlsax.h
-lib/librudiments-%%VERSION%%.so
lib/librudiments-%%VERSION%%.so.1
+lib/librudiments-%%VERSION%%.so.1.0.0
lib/librudiments.a
lib/librudiments.la
lib/librudiments.so
More information about the svn-ports-all
mailing list