diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-06-03 19:40:09 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-06-03 19:40:09 +0000 |
commit | 5d8ac1db901e230b19f91abb9c4793c6f68135ee (patch) | |
tree | e6f38935bb30596d62ada1eafac48f99db1c592b /devel/log4c | |
parent | Document an authentication bypass vulnerability in imap-uw. (diff) |
. Update to 1.0.12.
PR: 81855
Submitted by: Ports Fury
Diffstat (limited to 'devel/log4c')
-rw-r--r-- | devel/log4c/Makefile | 4 | ||||
-rw-r--r-- | devel/log4c/distinfo | 4 | ||||
-rw-r--r-- | devel/log4c/files/patch-configure | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile index 4bf8c9758bd0..90abb92caf83 100644 --- a/devel/log4c/Makefile +++ b/devel/log4c/Makefile @@ -7,7 +7,7 @@ # PORTNAME= log4c -PORTVERSION= 1.0.11 +PORTVERSION= 1.0.12 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Logging for C Library -USE_LIBTOOL_VER=15 +USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/devel/log4c/distinfo b/devel/log4c/distinfo index ece889b2a9f3..4a9061f4ab5f 100644 --- a/devel/log4c/distinfo +++ b/devel/log4c/distinfo @@ -1,2 +1,2 @@ -MD5 (log4c-1.0.11.tar.gz) = bbb0bb81840470743432b09911dd11a5 -SIZE (log4c-1.0.11.tar.gz) = 291738 +MD5 (log4c-1.0.12.tar.gz) = 334d38ed163b26b1be48364b445ad170 +SIZE (log4c-1.0.12.tar.gz) = 298286 diff --git a/devel/log4c/files/patch-configure b/devel/log4c/files/patch-configure deleted file mode 100644 index 4c3ad3bf0ea8..000000000000 --- a/devel/log4c/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Thu May 2 02:30:57 2002 -+++ configure Sun Sep 15 03:24:28 2002 -@@ -6689,6 +6689,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |