From owner-svn-ports-all@FreeBSD.ORG Thu Apr 24 17:23:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D837D1EB; Thu, 24 Apr 2014 17:23:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C44CC1688; Thu, 24 Apr 2014 17:23:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3OHNnI5044419; Thu, 24 Apr 2014 17:23:49 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3OHNn8L044417; Thu, 24 Apr 2014 17:23:49 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201404241723.s3OHNn8L044417@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 24 Apr 2014 17:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352024 - head/devel/libukcprog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 17:23:49 -0000 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 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