Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 17:23:49 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352024 - head/devel/libukcprog
Message-ID:  <201404241723.s3OHNn8L044417@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404241723.s3OHNn8L044417>