diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-20 21:58:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-20 21:58:38 +0000 |
commit | 8856c55db61d511da12fa1c185914e1fba0c066d (patch) | |
tree | 4bf4b7dad337daa7c26faea7f6c1b1efaf60135f /net-p2p/verlihub-plugins-floodprotect | |
parent | a0f9e57429bcf4d45e09a87c8b2dbe2b9fc68e8c (diff) | |
download | ports-8856c55db61d511da12fa1c185914e1fba0c066d.tar.gz ports-8856c55db61d511da12fa1c185914e1fba0c066d.zip |
- Update to 0.9.8e-r2
PR: ports/140704
Submitted by: Mikle Davidkin <skylord@vt.net.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=248242
Diffstat (limited to 'net-p2p/verlihub-plugins-floodprotect')
-rw-r--r-- | net-p2p/verlihub-plugins-floodprotect/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/verlihub-plugins-floodprotect/Makefile b/net-p2p/verlihub-plugins-floodprotect/Makefile index f64aeea920f6..8715c2738332 100644 --- a/net-p2p/verlihub-plugins-floodprotect/Makefile +++ b/net-p2p/verlihub-plugins-floodprotect/Makefile @@ -7,14 +7,16 @@ PORTNAME= floodprotect PORTVERSION= 1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p +MASTER_SITES= SF/verlihub/OldFiles -MAINTAINER= skylord@vt.net.ru +MAINTAINER= me@skylord.ru PLUGIN_NAME= floodprot PLUGIN_DESC= Floodprotect .include <bsd.port.pre.mk> .include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins" +DISTNAME= ${PLUGIN_NAME} .include <bsd.port.post.mk> |