diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-05 14:28:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-05 14:28:07 +0800 |
commit | 664dae3b18b24d40bf3f8dd28b8eabc0bb4c2f7a (patch) | |
tree | 51dcfd7a8b6349ae999e72a6611e80fc0584249b /devel | |
parent | d70a968dab07cc2062bed26e6956a9cdf4044c3a (diff) | |
download | freebsd-ports-graphics-664dae3b18b24d40bf3f8dd28b8eabc0bb4c2f7a.tar.gz freebsd-ports-graphics-664dae3b18b24d40bf3f8dd28b8eabc0bb4c2f7a.tar.zst freebsd-ports-graphics-664dae3b18b24d40bf3f8dd28b8eabc0bb4c2f7a.zip |
- Update to 1.2.1
PR: 112734
Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/subclipse/Makefile | 9 | ||||
-rw-r--r-- | devel/subclipse/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/subclipse/Makefile b/devel/subclipse/Makefile index 5d9a289b133..d8d02cf4227 100644 --- a/devel/subclipse/Makefile +++ b/devel/subclipse/Makefile @@ -6,17 +6,16 @@ # PORTNAME= subclipse -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= devel java -MASTER_SITES= http://subclipse.tigris.org/files/documents/906/36425 +MASTER_SITES= http://subclipse.tigris.org/files/documents/906/37653/ DISTNAME= site-${PORTVERSION} DIST_SUBDIR= eclipse MAINTAINER= gerrit.beine@gmx.de COMMENT= A subversion plugin for the Eclipse IDE Framework -RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse +#RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget CONFLICTS= phpeclipse-[0-9]* @@ -30,7 +29,7 @@ SUBCLIPSE= org.tigris.subversion.subclipse SUBCLIPSEFILES= features/${SUBCLIPSE}_${PORTVERSION} \ features/org.tigris.subversion.subclipse.mylar_1.0.1 \ plugins/${SUBCLIPSE}.core_${PORTVERSION} \ - plugins/${SUBCLIPSE}.doc_${PORTVERSION} \ + plugins/${SUBCLIPSE}.doc_1.2.0 \ plugins/${SUBCLIPSE}.mylar_1.0.1 \ plugins/${SUBCLIPSE}.ui_${PORTVERSION} diff --git a/devel/subclipse/distinfo b/devel/subclipse/distinfo index 3ac09bf64e1..b0404411ef6 100644 --- a/devel/subclipse/distinfo +++ b/devel/subclipse/distinfo @@ -1,3 +1,3 @@ -MD5 (eclipse/site-1.2.0.zip) = 76b9446eae42abf097ac27970975c99c -SHA256 (eclipse/site-1.2.0.zip) = 9ff840500aea8e6a09412424e4f180bf34d4308e6d53081c6ffd3588508fd931 -SIZE (eclipse/site-1.2.0.zip) = 6986718 +MD5 (eclipse/site-1.2.1.zip) = 0fd23d90c18d73b51fc73ca9dfc6b273 +SHA256 (eclipse/site-1.2.1.zip) = 60de7b80dcc6b99caa91901818f028dc43bb4004050c7ee2b47ed17ac07eb577 +SIZE (eclipse/site-1.2.1.zip) = 7020689 |