diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-23 00:04:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-23 00:04:11 +0800 |
commit | dd6951f125ec0dcd46ba50f18525aff648b2b706 (patch) | |
tree | 36e27cf7f49369d4bd8c5e8f58e20ad03b4da0f4 /net | |
parent | 0c93ceb4ce38aecc86b18c49eb0a22e573bb656e (diff) | |
download | freebsd-ports-gnome-dd6951f125ec0dcd46ba50f18525aff648b2b706.tar.gz freebsd-ports-gnome-dd6951f125ec0dcd46ba50f18525aff648b2b706.tar.zst freebsd-ports-gnome-dd6951f125ec0dcd46ba50f18525aff648b2b706.zip |
- Chase lang/guile shlib bump
Diffstat (limited to 'net')
-rw-r--r-- | net/gnu-radius/Makefile | 3 | ||||
-rw-r--r-- | net/net-http/Makefile | 2 | ||||
-rw-r--r-- | net/serveez/Makefile | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index 24877571ccb0..531a5fcb1e05 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -6,6 +6,7 @@ PORTNAME= gnu-radius PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= radius @@ -58,7 +59,7 @@ CONFIGURE_ARGS+=--enable-snmp .endif .if defined(WITH_CLIENT) -LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile CONFIGURE_ARGS+=--enable-client PLIST_SUB+= CLIENT="" .else diff --git a/net/net-http/Makefile b/net/net-http/Makefile index 0cf33c3dd2b7..d025918ada18 100644 --- a/net/net-http/Makefile +++ b/net/net-http/Makefile @@ -8,7 +8,7 @@ PORTNAME= net-http PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net scheme # mastersite disappeared around September 2002 MASTER_SITES= # http://evan.prodromou.san-francisco.ca.us/software/net-http/ diff --git a/net/serveez/Makefile b/net/serveez/Makefile index 2dbc6872d866..19438d975bc3 100644 --- a/net/serveez/Makefile +++ b/net/serveez/Makefile @@ -8,7 +8,7 @@ PORTNAME= serveez PORTVERSION= 0.1.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net devel MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/serveez/ \ http://www.textsure.net/~ela/download/ @@ -16,7 +16,7 @@ MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/serveez/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A server framework -LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config |