diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-05-17 08:40:19 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-05-17 08:40:19 +0000 |
commit | f592cfbae043cf7d74efa8efac8e8f8b5897f496 (patch) | |
tree | 377ec97c9285ea5967cfd07bfa55b8dcba30823f /devel/subversive/Makefile | |
parent | 02cde29e352c2682afc76bb88c759ad485948c1b (diff) |
Notes
Diffstat (limited to 'devel/subversive/Makefile')
-rw-r--r-- | devel/subversive/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/subversive/Makefile b/devel/subversive/Makefile index b9ac743bf329..fbf118a5a673 100644 --- a/devel/subversive/Makefile +++ b/devel/subversive/Makefile @@ -6,12 +6,12 @@ # PORTNAME= subversive -PORTVERSION= 0.7.7 +PORTVERSION= 0.7.8 PORTEPOCH= 1 CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,%SUBDIR%,technology/subversive/0.7/builds,:S,$,:core,} \ http://community.polarion.com/projects/subversive/download/eclipse/2.0/builds/:connectors -DISTNAME= Subversive-incubation-${PORTVERSION}.I20090224-1900 +DISTNAME= Subversive-incubation-${PORTVERSION}.I20090506-1500 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:core ${CONNECTORS}:connectors MAINTAINER= ale@FreeBSD.org @@ -19,9 +19,7 @@ COMMENT= An Eclipse plug-in that provides Subversion support RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse -BROKEN= does not fetch - -CONNECTORS= Subversive-connectors-2.1.0.I20090416-1900.zip +CONNECTORS= Subversive-connectors-2.2.0.I20090505-1500.zip NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes |