Date: Wed, 9 Sep 2009 13:22:29 +0900 (JST) From: Ayumi Mitsui <ayu@commun.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/138649: [PATCH] devel/tinylaf: update to 1.4.0, take maintainership Message-ID: <20090909042229.AE6FC5C1A@strawberry.commun.jp> Resent-Message-ID: <200909090430.n894U14j056765@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138649 >Category: ports >Synopsis: [PATCH] devel/tinylaf: update to 1.4.0, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Sep 09 04:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ayumi Mitsui >Release: FreeBSD 8.0-BETA4 amd64 >Organization: >Environment: System: FreeBSD strawberry.commun.jp 8.0-BETA4 FreeBSD 8.0-BETA4 #0: Sun Sep 6 04:44:31 UTC >Description: - Update to 1.4.0 - Take maintainership Removed file(s): - files/pkg-message.in Tested with Tinderbox http://tb-amd64.commun.jp/index.php?action=describe_port&id=110 http://tb-i386.commun.jp/index.php?action=describe_port&id=110 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- tinylaf-1.4.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/tinylaf.orig/Makefile /usr/ports/devel/tinylaf/Makefile --- /usr/ports/devel/tinylaf.orig/Makefile 2009-09-07 22:49:23.000000000 +0900 +++ /usr/ports/devel/tinylaf/Makefile 2009-09-07 23:23:38.000000000 +0900 @@ -6,13 +6,12 @@ # PORTNAME= tinylaf -PORTVERSION= 1.3.8 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= devel java MASTER_SITES= http://www.muntjak.de/hans/java/tinylaf/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ayu@commun.jp COMMENT= A pluggable Look and Feel for Java USE_ZIP= yes @@ -20,33 +19,18 @@ JAVA_VERSION= 1.4+ NO_BUILD= yes -JARFILE= ${PORTNAME}.jar - -PORTDOCS= readme.html license.txt -THEMES= 99\ Earth.theme 99\ Lego.theme 99\ Light.theme 99\ Pool.theme \ - YQ\ Forest.theme YQ\ Golden.theme YQ\ Nightly.theme YQ\ Plastic.theme \ - YQ\ Silver.theme - -PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} -PLIST_FILES+= ${THEMES:S|^|%%DATADIR%%/|} -PLIST_DIRS+= %%DATADIR%% - -SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message +JARFILE= ${PORTNAME}.jar tinycp.jar +PORTDOCS= readme.html gpl.txt lgpl.txt +PLIST_FILES= ${JARFILE:S|^|%%JAVAJARDIR%%/|} do-install: - ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${JARFILE:S|^|${WRKSRC}/|} ${JAVAJARDIR} - ${INSTALL_DATA} ${THEMES:S|^|${WRKSRC}/|} ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.for f in readme.html license/gpl.txt license/lgpl.txt + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -post-install: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/devel/tinylaf.orig/distinfo /usr/ports/devel/tinylaf/distinfo --- /usr/ports/devel/tinylaf.orig/distinfo 2009-09-07 22:49:23.000000000 +0900 +++ /usr/ports/devel/tinylaf/distinfo 2009-09-07 22:51:52.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (tinylaf-1_3_8.zip) = b10936e5d604db3226b4379f8e3fb42d -SHA256 (tinylaf-1_3_8.zip) = 7f66972c31fcd51c23519eed4d082692daaa8886899799dcefa01f2d3747583c -SIZE (tinylaf-1_3_8.zip) = 620140 +MD5 (tinylaf-1_4_0.zip) = bb14d57f1c5b96dc0b583a7469f6c935 +SHA256 (tinylaf-1_4_0.zip) = f1bd1c3eb5b87f2e5e7fd68cf0655bd042829cdab694ea01efe944e58908014b +SIZE (tinylaf-1_4_0.zip) = 1012667 diff -ruN --exclude=CVS /usr/ports/devel/tinylaf.orig/files/pkg-message.in /usr/ports/devel/tinylaf/files/pkg-message.in --- /usr/ports/devel/tinylaf.orig/files/pkg-message.in 2009-09-07 22:49:23.000000000 +0900 +++ /usr/ports/devel/tinylaf/files/pkg-message.in 1970-01-01 09:00:00.000000000 +0900 @@ -1 +0,0 @@ -Common themes have been installed in %%DATADIR%%. --- tinylaf-1.4.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090909042229.AE6FC5C1A>