diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-31 23:17:49 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-31 23:17:49 +0800 |
commit | a6eb849612c86824157936cb8c693fbeb0151d70 (patch) | |
tree | 446fd758a054530714b933987e16a2c03140e3d4 /net | |
parent | 3ae4f6e2d253dff916c3faec95dd8f858c144173 (diff) | |
download | freebsd-ports-gnome-a6eb849612c86824157936cb8c693fbeb0151d70.tar.gz freebsd-ports-gnome-a6eb849612c86824157936cb8c693fbeb0151d70.tar.zst freebsd-ports-gnome-a6eb849612c86824157936cb8c693fbeb0151d70.zip |
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'net')
-rw-r--r-- | net/gnu-dico/Makefile | 2 | ||||
-rw-r--r-- | net/gnu-radius/Makefile | 2 | ||||
-rw-r--r-- | net/serveez/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/gnu-dico/Makefile b/net/gnu-dico/Makefile index f7e416c2a01a..37274c02f62c 100644 --- a/net/gnu-dico/Makefile +++ b/net/gnu-dico/Makefile @@ -3,7 +3,7 @@ PORTNAME= dico PORTVERSION= 2.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index 6ad0f27b5f43..96c626212fa5 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnu-radius PORTVERSION= 1.6.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= radius diff --git a/net/serveez/Makefile b/net/serveez/Makefile index b028afb4aeb2..88851cbb9c9a 100644 --- a/net/serveez/Makefile +++ b/net/serveez/Makefile @@ -3,7 +3,7 @@ PORTNAME= serveez PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net devel MASTER_SITES= GNU |