View | Details | Raw Unified | Return to bug 152646
Collapse All | Expand All

(-)eclipse-eclemma/Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	eclemma
8
PORTNAME=	eclemma
9
PORTVERSION=	1.5.0
9
PORTVERSION=	1.5.1
10
CATEGORIES=	java editors devel
10
CATEGORIES=	java editors devel
11
MASTER_SITES=	SF/${PORTNAME}/01_EclEmma_Releases/${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/01_EclEmma_Releases/${PORTVERSION}
12
12
Lines 37-47 Link Here
37
	@${TOUCH} ${PLIST}
37
	@${TOUCH} ${PLIST}
38
	@${RM} ${PLIST}
38
	@${RM} ${PLIST}
39
.for _path in ${PLUGIN_PATHS}
39
.for _path in ${PLUGIN_PATHS}
40
	@${FIND} ${WRKSRC}/${_path}/ -not -type d \
40
	@${FIND} -ds ${WRKSRC}/${_path}/ -not -type d \
41
		| ${SED} "s|${WRKSRC}|%%ECLIPSE%%|1" \
41
		| ${SED} "s|${WRKSRC}|%%ECLIPSE%%|1" \
42
		| ${SED} "s|${PORTVERSION}|%%VER%%|g" \
42
		| ${SED} "s|${PORTVERSION}|%%VER%%|g" \
43
		>> ${PLIST}
43
		>> ${PLIST}
44
	@${FIND} -d ${WRKSRC}/${_path}/ -mindepth 1 -type d \
44
	@${FIND} -ds ${WRKSRC}/${_path}/ -mindepth 1 -type d \
45
		| ${SED} "s|${WRKSRC}|@dirrm %%ECLIPSE%%|1" \
45
		| ${SED} "s|${WRKSRC}|@dirrm %%ECLIPSE%%|1" \
46
		| ${SED} "s|${PORTVERSION}|%%VER%%|g" \
46
		| ${SED} "s|${PORTVERSION}|%%VER%%|g" \
47
		>> ${PLIST}
47
		>> ${PLIST}
(-)eclipse-eclemma/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (eclemma-1.5.0.zip) = 229e59763f62da3af177c5941e97b2ab5a34aae9acdf542d6070d4292c7948e9
1
SHA256 (eclemma-1.5.1.zip) = b8ab647ee1daf07c170e52b7b85fe957beedf92f43524e531974a044263f7da4
2
SIZE (eclemma-1.5.0.zip) = 746412
2
SIZE (eclemma-1.5.1.zip) = 778729
(-)eclipse-eclemma/pkg-plist (-1 / +3 lines)
Lines 1-7 Link Here
1
%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF/MANIFEST.MF
2
%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF/MTNMINDS.RSA
3
%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF/MTNMINDS.SF
1
%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/about.html
4
%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/about.html
2
%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/feature.properties
5
%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/feature.properties
3
%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/feature.xml
6
%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/feature.xml
4
%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF/MANIFEST.MF
5
@dirrm %%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF
7
@dirrm %%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF
6
@dirrm %%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%
8
@dirrm %%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%
7
@dirrmtry %%ECLIPSE%%/features
9
@dirrmtry %%ECLIPSE%%/features

Return to bug 152646