diff options
author | demon <demon@FreeBSD.org> | 2003-03-06 22:59:22 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-03-06 22:59:22 +0800 |
commit | c3be11718f5471fa581d9a9f8a3164522a8b7bd7 (patch) | |
tree | 54d817e1966247125460d27058efb48d0c9187c1 /devel | |
parent | 6f2b8a02abd2e14ee1eeb1a5f131135831028c52 (diff) | |
download | freebsd-ports-graphics-c3be11718f5471fa581d9a9f8a3164522a8b7bd7.tar.gz freebsd-ports-graphics-c3be11718f5471fa581d9a9f8a3164522a8b7bd7.tar.zst freebsd-ports-graphics-c3be11718f5471fa581d9a9f8a3164522a8b7bd7.zip |
Update to the latest stable version (0.3.9).
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libol/Makefile | 5 | ||||
-rw-r--r-- | devel/libol/distinfo | 2 | ||||
-rw-r--r-- | devel/libol/files/patch-aa | 8 | ||||
-rw-r--r-- | devel/libol/pkg-descr | 2 | ||||
-rw-r--r-- | devel/libol/pkg-plist | 1 |
5 files changed, 10 insertions, 8 deletions
diff --git a/devel/libol/Makefile b/devel/libol/Makefile index 9cb9699a754..7ca0f12c9e1 100644 --- a/devel/libol/Makefile +++ b/devel/libol/Makefile @@ -6,13 +6,14 @@ # PORTNAME= libol -PORTVERSION= 0.2.24 +PORTVERSION= 0.3.9 CATEGORIES= devel -MASTER_SITES= http://www.balabit.hu/downloads/libol/0.2/ +MASTER_SITES= http://www.balabit.com/downloads/libol/0.3/ MAINTAINER= vince@blue-box.net COMMENT= Library needed by syslog-ng +GNU_CONFIGURE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/devel/libol/distinfo b/devel/libol/distinfo index 0ebead62278..fffbc486394 100644 --- a/devel/libol/distinfo +++ b/devel/libol/distinfo @@ -1 +1 @@ -MD5 (libol-0.2.24.tar.gz) = 125a81eb358539ca444800be3e51baf6 +MD5 (libol-0.3.9.tar.gz) = a7d7b3875dfc7b78472a9cd3b883cd5d diff --git a/devel/libol/files/patch-aa b/devel/libol/files/patch-aa index a67ec824b75..2c85b49670d 100644 --- a/devel/libol/files/patch-aa +++ b/devel/libol/files/patch-aa @@ -1,7 +1,7 @@ ---- configure.orig Fri May 19 13:37:53 2000 -+++ configure Fri May 19 13:38:07 2000 -@@ -2704,7 +2704,7 @@ - if test $with_debug = "yes"; then +--- configure.orig Mon Mar 3 14:54:16 2003 ++++ configure Mon Mar 3 14:54:37 2003 +@@ -6438,7 +6438,7 @@ + if test $enable_debug = "yes"; then CFLAGS="-Wall -g" else - CFLAGS="-Wall -O2" diff --git a/devel/libol/pkg-descr b/devel/libol/pkg-descr index e691e580dc4..37bc0698d13 100644 --- a/devel/libol/pkg-descr +++ b/devel/libol/pkg-descr @@ -1,6 +1,6 @@ Library required by syslog-ng. Not much is documented. -WWW: http://www.balabit.hu/products/syslog-ng/ +WWW: http://www.balabit.com/products/syslog_ng/ -Vince vince@blue-box.net diff --git a/devel/libol/pkg-plist b/devel/libol/pkg-plist index dd83a721805..0fb42664801 100644 --- a/devel/libol/pkg-plist +++ b/devel/libol/pkg-plist @@ -30,6 +30,7 @@ include/libol/stream_buffer.h include/libol/werror.h include/libol/xalloc.h lib/libol.a +lib/libol.la lib/libol.so lib/libol.so.0 @dirrm include/libol |