svn commit: r381589 - head/textproc/libucl
Kubilay Kocak
koobs at FreeBSD.org
Thu Mar 19 03:05:52 UTC 2015
Author: koobs
Date: Thu Mar 19 03:05:51 2015
New Revision: 381589
URL: https://svnweb.freebsd.org/changeset/ports/381589
QAT: https://qat.redports.org/buildarchive/r381589/
Log:
textproc/libucl: Fix shared library packaging
Reported by: pkg-fallout
Modified:
head/textproc/libucl/Makefile
head/textproc/libucl/pkg-plist
Modified: head/textproc/libucl/Makefile
==============================================================================
--- head/textproc/libucl/Makefile Thu Mar 19 02:21:24 2015 (r381588)
+++ head/textproc/libucl/Makefile Thu Mar 19 03:05:51 2015 (r381589)
@@ -3,6 +3,7 @@
PORTNAME= libucl
PORTVERSION= 0.7.3
+PORTREVISION= 1
CATEGORIES= textproc devel
MAINTAINER= koobs at FreeBSD.org
Modified: head/textproc/libucl/pkg-plist
==============================================================================
--- head/textproc/libucl/pkg-plist Thu Mar 19 02:21:24 2015 (r381588)
+++ head/textproc/libucl/pkg-plist Thu Mar 19 03:05:51 2015 (r381589)
@@ -4,8 +4,8 @@
include/ucl.h
lib/libucl.a
lib/libucl.so
-lib/libucl.so.4
-lib/libucl.so.4.1.0
+lib/libucl.so.3
+lib/libucl.so.3.2.0
%%LUA%%%%LUA_MODLIBDIR%%/ucl.a
%%LUA%%%%LUA_MODLIBDIR%%/ucl.so
libdata/pkgconfig/libucl.pc
More information about the svn-ports-all
mailing list