Date: Thu, 21 Aug 2014 10:28:42 +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: r365542 - head/devel/cdialog Message-ID: <201408211028.s7LASgfB087475@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Aug 21 10:28:42 2014 New Revision: 365542 URL: http://svnweb.freebsd.org/changeset/ports/365542 QAT: https://qat.redports.org/buildarchive/r365542/ Log: - Drop .la files, no dependees require them Approved by: portmgr blanket Modified: head/devel/cdialog/Makefile head/devel/cdialog/pkg-plist Modified: head/devel/cdialog/Makefile ============================================================================== --- head/devel/cdialog/Makefile Thu Aug 21 09:56:28 2014 (r365541) +++ head/devel/cdialog/Makefile Thu Aug 21 10:28:42 2014 (r365542) @@ -2,7 +2,7 @@ PORTNAME= cdialog PORTVERSION= 1.2.20140219 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/${PORTNAME:S|^c||}/ DISTNAME= ${PORTNAME:S|^c||}-${PORTVERSION:R}-${PORTVERSION:E} @@ -14,7 +14,7 @@ LICENSE= LGPL21 OPTIONS_DEFINE= EXAMPLES -USES= ncurses libtool:keepla tar:tgz +USES= ncurses libtool tar:tgz GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-widec \ Modified: head/devel/cdialog/pkg-plist ============================================================================== --- head/devel/cdialog/pkg-plist Thu Aug 21 09:56:28 2014 (r365541) +++ head/devel/cdialog/pkg-plist Thu Aug 21 10:28:42 2014 (r365542) @@ -5,7 +5,6 @@ include/cdialog/dlg_colors.h include/cdialog/dlg_config.h include/cdialog/dlg_keys.h lib/libcdialog.a -lib/libcdialog.la lib/libcdialog.so lib/libcdialog.so.11 man/man1/cdialog.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408211028.s7LASgfB087475>