diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-31 23:07:08 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-31 23:07:08 +0800 |
commit | 928f085934e95bc12a55fd2101aa82e249c2be43 (patch) | |
tree | 0a7f35a82bb43698e3659b7e0594c998d053258e /net | |
parent | cbbd4bf213aeea874926a7cd9156489b0f32e578 (diff) | |
download | freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.tar.gz freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.tar.zst freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.zip |
- Chase guile shared lib bump
- Add an entry to UPDATING
Diffstat (limited to 'net')
-rw-r--r-- | net/gnu-dico/Makefile | 3 | ||||
-rw-r--r-- | net/gnu-radius/Makefile | 2 | ||||
-rw-r--r-- | net/net-http/Makefile | 2 | ||||
-rw-r--r-- | net/serveez/Makefile | 4 |
4 files changed, 6 insertions, 5 deletions
diff --git a/net/gnu-dico/Makefile b/net/gnu-dico/Makefile index d75863a029a0..c3ed3783e07f 100644 --- a/net/gnu-dico/Makefile +++ b/net/gnu-dico/Makefile @@ -7,6 +7,7 @@ PORTNAME= dico PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= net textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -41,7 +42,7 @@ PLIST_SUB+= PYTHON="@comment " .endif .if defined(WITH_GUILE) -LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile PLIST_SUB+= GUILE="" .else CONFIGURE_ARGS+=--without-guile diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index ba003a519f38..d075795db797 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -63,7 +63,7 @@ CONFIGURE_ARGS+=--enable-snmp .endif .if defined(WITH_CLIENT) -LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile CONFIGURE_ARGS+=--enable-client PLIST_SUB+= CLIENT="" .else diff --git a/net/net-http/Makefile b/net/net-http/Makefile index dca86d834306..1b27a9961f55 100644 --- a/net/net-http/Makefile +++ b/net/net-http/Makefile @@ -8,7 +8,7 @@ PORTNAME= net-http PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net scheme MASTER_SITES= http://evan.prodromou.name/software/net-http/ diff --git a/net/serveez/Makefile b/net/serveez/Makefile index 67b22eb3d6c2..a572f4f2e838 100644 --- a/net/serveez/Makefile +++ b/net/serveez/Makefile @@ -8,14 +8,14 @@ PORTNAME= serveez PORTVERSION= 0.1.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net devel MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= A server framework -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config |