diff options
author | Andrej Zverev <az@FreeBSD.org> | 2007-10-21 20:17:10 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2007-10-21 20:17:10 +0000 |
commit | d47b6ce2e3761ec047a1ba8917fc37a469f3ff53 (patch) | |
tree | 67acbde0a48a696abcb3c8d04945da6461940597 /devel/esvn/Makefile | |
parent | b034a6765a46663a42d8b91123b2d00df7a1599b (diff) |
Notes
Diffstat (limited to 'devel/esvn/Makefile')
-rw-r--r-- | devel/esvn/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/esvn/Makefile b/devel/esvn/Makefile index c42e00be430c..afb46a8035f3 100644 --- a/devel/esvn/Makefile +++ b/devel/esvn/Makefile @@ -6,12 +6,10 @@ # PORTNAME= esvn -PORTVERSION= 0.6.11 -PORTREVISION= 1 +PORTVERSION= 0.6.12 CATEGORIES= devel -MASTER_SITES= http://esvn.umputun.com/ \ - ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR= distfiles +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= az@FreeBSD.org |