svn commit: r352024 - head/devel/libukcprog
Tijl Coosemans
tijl at FreeBSD.org
Thu Apr 24 17:23:49 UTC 2014
Author: tijl
Date: Thu Apr 24 17:23:49 2014
New Revision: 352024
URL: http://svnweb.freebsd.org/changeset/ports/352024
QAT: https://qat.redports.org/buildarchive/r352024/
Log:
Convert to USES=libtool.
Modified:
head/devel/libukcprog/Makefile
head/devel/libukcprog/pkg-plist
Modified: head/devel/libukcprog/Makefile
==============================================================================
--- head/devel/libukcprog/Makefile Thu Apr 24 17:22:44 2014 (r352023)
+++ head/devel/libukcprog/Makefile Thu Apr 24 17:23:49 2014 (r352024)
@@ -3,7 +3,7 @@
PORTNAME= libukcprog
PORTVERSION= 1.0.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
@@ -17,11 +17,9 @@ COMMENT= Generally useful low level rout
NO_CDROM= License (see source) does not permit selling for profit
-USE_AUTOTOOLS= libtool
DIST_SUBDIR= i-scream
GNU_CONFIGURE= yes
+USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
-USES= pathfix pkgconfig
-USE_GNOME= lthack
.include <bsd.port.mk>
Modified: head/devel/libukcprog/pkg-plist
==============================================================================
--- head/devel/libukcprog/pkg-plist Thu Apr 24 17:22:44 2014 (r352023)
+++ head/devel/libukcprog/pkg-plist Thu Apr 24 17:23:49 2014 (r352024)
@@ -1,7 +1,7 @@
include/ukcprog.h
lib/libukcprog.a
-lib/libukcprog.la
lib/libukcprog.so
lib/libukcprog.so.0
+lib/libukcprog.so.0.0.1
libdata/pkgconfig/libukcprog.pc
man/man3/ukcprog.3.gz
More information about the svn-ports-all
mailing list