Date: Wed, 20 Aug 2014 12:28:11 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365449 - head/comms/libirman Message-ID: <201408201228.s7KCSBSg077336@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Aug 20 12:28:10 2014 New Revision: 365449 URL: http://svnweb.freebsd.org/changeset/ports/365449 QAT: https://qat.redports.org/buildarchive/r365449/ Log: - Drop .la files, no dependees require them Approved by: portmgr blanket Modified: head/comms/libirman/Makefile head/comms/libirman/pkg-plist Modified: head/comms/libirman/Makefile ============================================================================== --- head/comms/libirman/Makefile Wed Aug 20 12:27:19 2014 (r365448) +++ head/comms/libirman/Makefile Wed Aug 20 12:28:10 2014 (r365449) @@ -3,7 +3,7 @@ PORTNAME= libirman PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= SF/lirc/${PORTNAME}/${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= Library for Evation's Irman inf LICENSE= LGPL20 -USES= gmake tar:bzip2 libtool:keepla +USES= gmake libtool tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/comms/libirman/pkg-plist ============================================================================== --- head/comms/libirman/pkg-plist Wed Aug 20 12:27:19 2014 (r365448) +++ head/comms/libirman/pkg-plist Wed Aug 20 12:28:10 2014 (r365449) @@ -2,7 +2,6 @@ bin/workmanir @sample etc/irman.conf.sample include/irman.h lib/libirman.a -lib/libirman.la lib/libirman.so lib/libirman.so.0 lib/libirman.so.0.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408201228.s7KCSBSg077336>