diff options
Diffstat (limited to 'archivers/ucl')
-rw-r--r-- | archivers/ucl/Makefile | 15 | ||||
-rw-r--r-- | archivers/ucl/distinfo | 6 |
2 files changed, 10 insertions, 11 deletions
diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index 2cf202727522..f3f1e07c73a5 100644 --- a/archivers/ucl/Makefile +++ b/archivers/ucl/Makefile @@ -6,28 +6,25 @@ # PORTNAME= ucl -PORTVERSION= 1.02 +PORTVERSION= 1.03 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/ MAINTAINER= ports@FreeBSD.org -COMMENT= A data compression library with low memory usage during decompression +COMMENT= A data compression library with low memory usage INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER= 15 CONFIGURE_ARGS= --enable-shared CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -PORTDOCS= COPYING README +PORTDOCS= AUTHORS NEWS README THANKS TODO post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/uclpack \ - ${PREFIX}/bin/uclpack + ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/uclpack ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/archivers/ucl/distinfo b/archivers/ucl/distinfo index 768c527b4742..0091182f00bc 100644 --- a/archivers/ucl/distinfo +++ b/archivers/ucl/distinfo @@ -1,2 +1,4 @@ -MD5 (ucl-1.02.tar.gz) = e35efd120104c522acfd0e1a5c3ec091 -SIZE (ucl-1.02.tar.gz) = 513433 +SHA1 (ucl-1.03.tar.gz) = 5847003d136fbbca1334dd5de10554c76c755f7c +RMD160 (ucl-1.03.tar.gz) = d1b50127d482481c125eabff9a9c157d491c4a6a +MD5 (ucl-1.03.tar.gz) = 852bd691d8abc75b52053465846fba34 +SIZE (ucl-1.03.tar.gz) = 534881 |