svn commit: r373526 - head/archivers/ucl

Kubilay Kocak koobs at FreeBSD.org
Fri Nov 28 02:12:43 UTC 2014


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 at 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


More information about the svn-ports-head mailing list