diff options
author | nivit <nivit@FreeBSD.org> | 2013-06-30 13:16:01 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2013-06-30 13:16:01 +0800 |
commit | 02f09025f651c0859e9a0df794371577571cc423 (patch) | |
tree | af7d87ff7e1f304edfb916025d509e50e361e842 /java | |
parent | e63450da895cd3b5ff445e173db7e3c896ffab0f (diff) | |
download | freebsd-ports-gnome-02f09025f651c0859e9a0df794371577571cc423.tar.gz freebsd-ports-gnome-02f09025f651c0859e9a0df794371577571cc423.tar.zst freebsd-ports-gnome-02f09025f651c0859e9a0df794371577571cc423.zip |
- Update to 2.7.5
- Trim Makefile header
- Fix format of WWW field in pkg-descr
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-pydev/Makefile | 12 | ||||
-rw-r--r-- | java/eclipse-pydev/distinfo | 4 | ||||
-rw-r--r-- | java/eclipse-pydev/pkg-descr | 2 |
3 files changed, 7 insertions, 11 deletions
diff --git a/java/eclipse-pydev/Makefile b/java/eclipse-pydev/Makefile index 4a80dd706ec3..be6f11434e9a 100644 --- a/java/eclipse-pydev/Makefile +++ b/java/eclipse-pydev/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: eclipse-pydev -# Date created: 2007-11-16 -# Whom: Nicola Vitale <nivit@FreeBSD.org> -# +# Created by: Nicola Vitale <nivit@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pydev -PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTVERSION= 2.7.5 +PORTREVISION= 0 CATEGORIES= java devel python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/PyDev%20${PORTVERSION}/ PKGNAMEPREFIX= eclipse- @@ -34,7 +30,7 @@ RUN_DEPENDS+= jython:${PORTSDIR}/lang/jython USE_PYTHON= yes USE_ZIP= yes -DISTDATE= 2012062818 +DISTDATE= 2013052819 SUB_FILES= pkg-install SUB_LIST= BUNDLES_INFO=${BUNDLES_INFO} PLUGINDIR=${PLUGINDIR} diff --git a/java/eclipse-pydev/distinfo b/java/eclipse-pydev/distinfo index 50825d398c2c..e210076eef12 100644 --- a/java/eclipse-pydev/distinfo +++ b/java/eclipse-pydev/distinfo @@ -1,2 +1,2 @@ -SHA256 (PyDev%202.6.0.zip) = c4c7ef6bd220d75cac3f6599ae820eec918be059b69f365e23c96345be9ef671 -SIZE (PyDev%202.6.0.zip) = 7812835 +SHA256 (PyDev%202.7.5.zip) = 48ccb35f52257bc41050de2a488ff99417b30082e02353b41945d554c68aa7b0 +SIZE (PyDev%202.7.5.zip) = 7885152 diff --git a/java/eclipse-pydev/pkg-descr b/java/eclipse-pydev/pkg-descr index 51b325640f10..a2d95568e1f9 100644 --- a/java/eclipse-pydev/pkg-descr +++ b/java/eclipse-pydev/pkg-descr @@ -3,4 +3,4 @@ development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. -WWW: http://www.pydev.org/ +WWW: http://www.pydev.org/ |