Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2010 16:28:29 GMT
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152646: [maintainer-update] devel/eclipse-eclemma 1.5.0 to 1.5.1
Message-ID:  <201011281628.oASGSTdr075828@red.freebsd.org>
Resent-Message-ID: <201011281630.oASGUHEK054262@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         152646
>Category:       ports
>Synopsis:       [maintainer-update] devel/eclipse-eclemma 1.5.0 to 1.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 28 16:30:16 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        RELENG_8
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Fri Nov 26 13:41:27 CET 2010     root@mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8  amd64

>Description:
Update to the latest release.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nur eclipse-eclemma.orig/Makefile eclipse-eclemma/Makefile
--- eclipse-eclemma.orig/Makefile	2010-11-28 17:15:01.000000000 +0100
+++ eclipse-eclemma/Makefile	2010-11-28 17:20:03.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	eclemma
-PORTVERSION=	1.5.0
+PORTVERSION=	1.5.1
 CATEGORIES=	java editors devel
 MASTER_SITES=	SF/${PORTNAME}/01_EclEmma_Releases/${PORTVERSION}
 
@@ -37,11 +37,11 @@
 	@${TOUCH} ${PLIST}
 	@${RM} ${PLIST}
 .for _path in ${PLUGIN_PATHS}
-	@${FIND} ${WRKSRC}/${_path}/ -not -type d \
+	@${FIND} -ds ${WRKSRC}/${_path}/ -not -type d \
 		| ${SED} "s|${WRKSRC}|%%ECLIPSE%%|1" \
 		| ${SED} "s|${PORTVERSION}|%%VER%%|g" \
 		>> ${PLIST}
-	@${FIND} -d ${WRKSRC}/${_path}/ -mindepth 1 -type d \
+	@${FIND} -ds ${WRKSRC}/${_path}/ -mindepth 1 -type d \
 		| ${SED} "s|${WRKSRC}|@dirrm %%ECLIPSE%%|1" \
 		| ${SED} "s|${PORTVERSION}|%%VER%%|g" \
 		>> ${PLIST}
diff -Nur eclipse-eclemma.orig/distinfo eclipse-eclemma/distinfo
--- eclipse-eclemma.orig/distinfo	2010-11-28 17:15:01.000000000 +0100
+++ eclipse-eclemma/distinfo	2010-11-28 17:15:17.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (eclemma-1.5.0.zip) = 229e59763f62da3af177c5941e97b2ab5a34aae9acdf542d6070d4292c7948e9
-SIZE (eclemma-1.5.0.zip) = 746412
+SHA256 (eclemma-1.5.1.zip) = b8ab647ee1daf07c170e52b7b85fe957beedf92f43524e531974a044263f7da4
+SIZE (eclemma-1.5.1.zip) = 778729
diff -Nur eclipse-eclemma.orig/pkg-plist eclipse-eclemma/pkg-plist
--- eclipse-eclemma.orig/pkg-plist	2010-11-28 17:15:01.000000000 +0100
+++ eclipse-eclemma/pkg-plist	2010-11-28 17:20:09.000000000 +0100
@@ -1,7 +1,9 @@
+%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF/MANIFEST.MF
+%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF/MTNMINDS.RSA
+%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF/MTNMINDS.SF
 %%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/about.html
 %%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/feature.properties
 %%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/feature.xml
-%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF/MANIFEST.MF
 @dirrm %%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF
 @dirrm %%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%
 @dirrmtry %%ECLIPSE%%/features


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011281628.oASGSTdr075828>