diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-24 03:50:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-24 03:50:07 +0800 |
commit | b6d22a5644032611d342c1226e8756aad7a5d69a (patch) | |
tree | 1e06f6cf33460c663dd2c2b837d362b7e5c7e231 /net/ipsvd/Makefile | |
parent | eb6f6676f24aa58bc8a91df5ba088daacffd2000 (diff) | |
download | freebsd-ports-gnome-b6d22a5644032611d342c1226e8756aad7a5d69a.tar.gz freebsd-ports-gnome-b6d22a5644032611d342c1226e8756aad7a5d69a.tar.zst freebsd-ports-gnome-b6d22a5644032611d342c1226e8756aad7a5d69a.zip |
- Update to 0.13.0
- Take maintainership
Diffstat (limited to 'net/ipsvd/Makefile')
-rw-r--r-- | net/ipsvd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipsvd/Makefile b/net/ipsvd/Makefile index baa4c5545269..ab34374ac497 100644 --- a/net/ipsvd/Makefile +++ b/net/ipsvd/Makefile @@ -6,11 +6,11 @@ # PORTNAME= ipsvd -PORTVERSION= 0.12.1 +PORTVERSION= 0.13.0 CATEGORIES= net MASTER_SITES= http://smarden.org/ipsvd/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Internet protocol service daemons WRKSRC= ${WRKDIR}/net/${DISTNAME} |