- Update to 1.1.6
- Use dynamic pkg-plist PR: 88603 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer)
This commit is contained in:
parent
19d80db8e1
commit
730e952dec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156472
3 changed files with 11 additions and 33 deletions
|
@ -6,12 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= log4e
|
||||
PORTVERSION= 0.7.6
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.1.6
|
||||
CATEGORIES= java
|
||||
MASTER_SITES= http://log4e.jayefem.de/download/eclipse3/
|
||||
PKGNAMEPREFIX= eclipse-
|
||||
DISTNAME= de.jayefem.${PORTNAME}_${PORTVERSION}
|
||||
DISTNAME= de.jayefem.${PORTNAME}_free_${PORTVERSION}
|
||||
EXTRACT_SUFX= .zip
|
||||
DIST_SUBDIR= eclipse
|
||||
|
||||
|
@ -25,8 +24,13 @@ NO_WRKSUBDIR= yes
|
|||
USE_ZIP= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/eclipse
|
||||
@${MKDIR} -p ${PREFIX}/eclipse
|
||||
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
|
||||
@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
|
||||
@(cd ${WRKSRC}; ${FIND} -s features plugins -not -type d) \
|
||||
| ${SED} -ne 's,^,eclipse/,p' >> ${TMPPLIST}
|
||||
@(cd ${WRKSRC}; ${FIND} -s -d features plugins -type d) \
|
||||
| ${GREP} -vE 'plugins$$|features$$' \
|
||||
| ${SED} -ne 's,^,@dirrm eclipse/,p' >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (eclipse/de.jayefem.log4e_0.7.6.zip) = 64cd674a80da7d53a4f54b79fc125fea
|
||||
SHA256 (eclipse/de.jayefem.log4e_0.7.6.zip) = 33367303095024de979f228dfc26b280af72063790b1011ff89a56d39c10b8ee
|
||||
SIZE (eclipse/de.jayefem.log4e_0.7.6.zip) = 779542
|
||||
MD5 (eclipse/de.jayefem.log4e_free_1.1.6.zip) = acd96ef277ce2dcf11af19222221731c
|
||||
SHA256 (eclipse/de.jayefem.log4e_free_1.1.6.zip) = 3d6ffd93665c65e6f490021356bd7add0f77574d0276b00abf1d8d5d2c6044cc
|
||||
SIZE (eclipse/de.jayefem.log4e_free_1.1.6.zip) = 1521562
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
eclipse/features/de.jayefem.log4e.feature_0.7.6/eclipse_update_120.jpg
|
||||
eclipse/features/de.jayefem.log4e.feature_0.7.6/feature.properties
|
||||
eclipse/features/de.jayefem.log4e.feature_0.7.6/feature.xml
|
||||
eclipse/features/de.jayefem.log4e.feature_0.7.6/general.css
|
||||
eclipse/features/de.jayefem.log4e.feature_0.7.6/license.html
|
||||
eclipse/plugins/de.jayefem.log4e.help_0.7.6/doc.zip
|
||||
eclipse/plugins/de.jayefem.log4e.help_0.7.6/plugin.properties
|
||||
eclipse/plugins/de.jayefem.log4e.help_0.7.6/plugin.xml
|
||||
eclipse/plugins/de.jayefem.log4e.help_0.7.6/toc.xml
|
||||
eclipse/plugins/de.jayefem.log4e_0.7.6/about.html
|
||||
eclipse/plugins/de.jayefem.log4e_0.7.6/about.ini
|
||||
eclipse/plugins/de.jayefem.log4e_0.7.6/about.properties
|
||||
eclipse/plugins/de.jayefem.log4e_0.7.6/eclipse32.gif
|
||||
eclipse/plugins/de.jayefem.log4e_0.7.6/lib/commons-logging.jar
|
||||
eclipse/plugins/de.jayefem.log4e_0.7.6/lib/log4j-1.2.8.jar
|
||||
eclipse/plugins/de.jayefem.log4e_0.7.6/log4e.jar
|
||||
eclipse/plugins/de.jayefem.log4e_0.7.6/plugin.properties
|
||||
eclipse/plugins/de.jayefem.log4e_0.7.6/plugin.xml
|
||||
eclipse/plugins/de.jayefem.log4e_0.7.6/welcome.xml
|
||||
@dirrm eclipse/features/de.jayefem.log4e.feature_0.7.6
|
||||
@dirrm eclipse/plugins/de.jayefem.log4e_0.7.6/lib
|
||||
@dirrm eclipse/plugins/de.jayefem.log4e_0.7.6
|
||||
@dirrm eclipse/plugins/de.jayefem.log4e.help_0.7.6
|
||||
@dirrmtry eclipse/plugins
|
||||
@dirrmtry eclipse/features
|
||||
@dirrmtry eclipse
|
Loading…
Reference in a new issue