Date: Fri, 28 Nov 2014 02:12:42 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373526 - head/archivers/ucl Message-ID: <201411280212.sAS2CgqV098159@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Fri Nov 28 02:12:42 2014 New Revision: 373526 URL: https://svnweb.freebsd.org/changeset/ports/373526 QAT: https://qat.redports.org/buildarchive/r373526/ Log: archivers/ucl: Strip files, Add CONFLICTS (libucl) - Strip installed binaries and libraries - Add CONFLICTS against libucl - Add LICENSE_FILE - pkg-descr: Strip trailing-slash from WWW: Modified: head/archivers/ucl/Makefile head/archivers/ucl/pkg-descr Modified: head/archivers/ucl/Makefile ============================================================================== --- head/archivers/ucl/Makefile Thu Nov 27 22:17:26 2014 (r373525) +++ head/archivers/ucl/Makefile Fri Nov 28 02:12:42 2014 (r373526) @@ -3,7 +3,7 @@ PORTNAME= ucl PORTVERSION= 1.03 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/ @@ -11,14 +11,19 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Data compression library with low memory usage LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOCS USES= libtool USE_LDCONFIG= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared +INSTALL_TARGET= install-strip +CONFLICTS_INSTALL= libucl + PORTDOCS= AUTHORS NEWS README THANKS TODO post-install: Modified: head/archivers/ucl/pkg-descr ============================================================================== --- head/archivers/ucl/pkg-descr Thu Nov 27 22:17:26 2014 (r373525) +++ head/archivers/ucl/pkg-descr Fri Nov 28 02:12:42 2014 (r373526) @@ -4,4 +4,4 @@ UCL implements a number of compression a compression ratio while allowing *very* fast decompression. Decompression requires no additional memory. -WWW: http://www.oberhumer.com/opensource/ucl/ +WWW: http://www.oberhumer.com/opensource/ucl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411280212.sAS2CgqV098159>