[Midnightbsd-cvs] mports [17992] trunk/archivers/ucl: fix plist
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jan 11 11:49:07 EST 2015
Revision: 17992
http://svnweb.midnightbsd.org/mports/?rev=17992
Author: laffer1
Date: 2015-01-11 11:49:07 -0500 (Sun, 11 Jan 2015)
Log Message:
-----------
fix plist
Modified Paths:
--------------
trunk/archivers/ucl/Makefile
trunk/archivers/ucl/pkg-descr
trunk/archivers/ucl/pkg-plist
Modified: trunk/archivers/ucl/Makefile
===================================================================
--- trunk/archivers/ucl/Makefile 2015-01-11 16:47:59 UTC (rev 17991)
+++ trunk/archivers/ucl/Makefile 2015-01-11 16:49:07 UTC (rev 17992)
@@ -2,7 +2,7 @@
PORTNAME= ucl
PORTVERSION= 1.03
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers devel
MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/
@@ -10,6 +10,7 @@
COMMENT= Data compression library with low memory usage
LICENSE= gpl2
+LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= DOCS
Modified: trunk/archivers/ucl/pkg-descr
===================================================================
--- trunk/archivers/ucl/pkg-descr 2015-01-11 16:47:59 UTC (rev 17991)
+++ trunk/archivers/ucl/pkg-descr 2015-01-11 16:49:07 UTC (rev 17992)
@@ -4,4 +4,4 @@
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
Modified: trunk/archivers/ucl/pkg-plist
===================================================================
--- trunk/archivers/ucl/pkg-plist 2015-01-11 16:47:59 UTC (rev 17991)
+++ trunk/archivers/ucl/pkg-plist 2015-01-11 16:49:07 UTC (rev 17992)
@@ -4,5 +4,5 @@
include/ucl/uclconf.h
lib/libucl.a
lib/libucl.so
-lib/libucl.so.1.0
- at dirrm include/ucl
+lib/libucl.so.1
+lib/libucl.so.1.0.0
More information about the Midnightbsd-cvs
mailing list