diff options
author | pav <pav@FreeBSD.org> | 2003-12-28 15:18:01 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-28 15:18:01 +0000 |
commit | af3bea6af15b278e72506404d53ba3e27c7f9d15 (patch) | |
tree | 7f63fa24c7e5f29d92107601958cfa78a1c3737f /archivers/ucl | |
parent | 9e4b15c605ed8e07f896ed7121d4f18dc2a12e77 (diff) | |
download | FreeBSD-ports-af3bea6af15b278e72506404d53ba3e27c7f9d15.zip FreeBSD-ports-af3bea6af15b278e72506404d53ba3e27c7f9d15.tar.gz |
- Update to 1.02
PR: ports/60653
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Diffstat (limited to 'archivers/ucl')
-rw-r--r-- | archivers/ucl/Makefile | 2 | ||||
-rw-r--r-- | archivers/ucl/distinfo | 2 | ||||
-rw-r--r-- | archivers/ucl/files/patch-configure | 27 | ||||
-rw-r--r-- | archivers/ucl/pkg-plist | 4 |
4 files changed, 7 insertions, 28 deletions
diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index a27061a..d247459 100644 --- a/archivers/ucl/Makefile +++ b/archivers/ucl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ucl -PORTVERSION= 1.01 +PORTVERSION= 1.02 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/ diff --git a/archivers/ucl/distinfo b/archivers/ucl/distinfo index 746c51c..5bc997f 100644 --- a/archivers/ucl/distinfo +++ b/archivers/ucl/distinfo @@ -1 +1 @@ -MD5 (ucl-1.01.tar.gz) = 1152323cd54eee905b3a9423ff43c373 +MD5 (ucl-1.02.tar.gz) = e35efd120104c522acfd0e1a5c3ec091 diff --git a/archivers/ucl/files/patch-configure b/archivers/ucl/files/patch-configure index 02ec444..cf300f2 100644 --- a/archivers/ucl/files/patch-configure +++ b/archivers/ucl/files/patch-configure @@ -1,18 +1,6 @@ - -$FreeBSD$ - ---- configure.orig Wed Jan 2 18:17:42 2002 -+++ configure Fri Aug 30 14:53:55 2002 -@@ -1853,7 +1853,7 @@ - fi - else - if test "$GCC" = yes; then -- CFLAGS="-O2" -+# CFLAGS="-O2" - else - CFLAGS= - fi -@@ -6986,6 +6986,7 @@ +--- configure.orig Thu Dec 18 17:29:13 2003 ++++ configure Sun Dec 28 16:09:13 2003 +@@ -19857,6 +19857,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -20,12 +8,3 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -9685,7 +9686,7 @@ - if test "X$enable_debug" = Xyes; then - CFLAGS_O="$CFLAGS_O -O0" - else -- CFLAGS_O="$CFLAGS_O -O2" -+# CFLAGS_O="$CFLAGS_O -O2" - fi - CFLAGS_W="$CFLAGS_W -Wall" - case $host_cpu in diff --git a/archivers/ucl/pkg-plist b/archivers/ucl/pkg-plist index 4b30d23..743e62b 100644 --- a/archivers/ucl/pkg-plist +++ b/archivers/ucl/pkg-plist @@ -1,10 +1,10 @@ bin/uclpack include/ucl/ucl.h +include/ucl/ucl_asm.h include/ucl/uclconf.h -include/ucl/uclutil.h lib/libucl.a lib/libucl.so -lib/libucl.so.0 +lib/libucl.so.1 %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%% |