svn commit: r322073 - head/java/eclipse-pydev

Nicola Vitale nivit at FreeBSD.org
Sun Jun 30 05:16:03 UTC 2013


Author: nivit
Date: Sun Jun 30 05:16:01 2013
New Revision: 322073
URL: http://svnweb.freebsd.org/changeset/ports/322073

Log:
  - Update to 2.7.5
  - Trim Makefile header
  - Fix format of WWW field in pkg-descr

Modified:
  head/java/eclipse-pydev/Makefile
  head/java/eclipse-pydev/distinfo   (contents, props changed)
  head/java/eclipse-pydev/pkg-descr   (contents, props changed)

Modified: head/java/eclipse-pydev/Makefile
==============================================================================
--- head/java/eclipse-pydev/Makefile	Sun Jun 30 02:44:36 2013	(r322072)
+++ head/java/eclipse-pydev/Makefile	Sun Jun 30 05:16:01 2013	(r322073)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	eclipse-pydev
-# Date created:		2007-11-16
-# Whom:			Nicola Vitale	<nivit at FreeBSD.org>
-#
+# Created by: Nicola Vitale <nivit at 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/jy
 USE_PYTHON=	yes
 USE_ZIP=	yes
 
-DISTDATE=	2012062818
+DISTDATE=	2013052819
 
 SUB_FILES=	pkg-install
 SUB_LIST=	BUNDLES_INFO=${BUNDLES_INFO} PLUGINDIR=${PLUGINDIR}

Modified: head/java/eclipse-pydev/distinfo
==============================================================================
--- head/java/eclipse-pydev/distinfo	Sun Jun 30 02:44:36 2013	(r322072)
+++ head/java/eclipse-pydev/distinfo	Sun Jun 30 05:16:01 2013	(r322073)
@@ -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

Modified: head/java/eclipse-pydev/pkg-descr
==============================================================================
--- head/java/eclipse-pydev/pkg-descr	Sun Jun 30 02:44:36 2013	(r322072)
+++ head/java/eclipse-pydev/pkg-descr	Sun Jun 30 05:16:01 2013	(r322073)
@@ -3,4 +3,4 @@ development -- making Eclipse a first cl
 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/


More information about the svn-ports-all mailing list