Date: Fri, 5 Oct 2007 03:30:30 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/116930: Update port: x11/stalonetray to 0.7.3 Message-ID: <20071005033030.a0fba3fd.tkato432@yahoo.com> Resent-Message-ID: <200710041840.l94Ie67S074159@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 116930 >Category: ports >Synopsis: Update port: x11/stalonetray to 0.7.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 18:40:06 GMT 2007 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 6.2-RELEASE-p7 i386 >Organization: >Environment: >Description: - Update to version 0.7.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/stalonetray/Makefile x11/stalonetray/Makefile --- /usr/ports/x11/stalonetray/Makefile Mon Jul 23 19:11:01 2007 +++ x11/stalonetray/Makefile Fri Oct 5 02:43:53 2007 @@ -6,7 +6,7 @@ # PORTNAME= stalonetray -PORTVERSION= 0.6.5 +PORTVERSION= 0.7.3 CATEGORIES= x11 MASTER_SITES= SF @@ -21,6 +21,22 @@ --disable-debug MAN1= stalonetray.1 +PORTDOCS= AUTHORS ChangeLog NEWS README TODO stalonetray.html +PORTEXAMPLES= stalonetrayrc.sample PLIST_FILES= bin/stalonetray + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif +.if !defined(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} +.for file in ${PORTEXAMPLES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR} +.endfor +.endif .include <bsd.port.mk> diff -urN /usr/ports/x11/stalonetray/distinfo x11/stalonetray/distinfo --- /usr/ports/x11/stalonetray/distinfo Wed Jul 11 22:27:34 2007 +++ x11/stalonetray/distinfo Fri Oct 5 02:29:35 2007 @@ -1,3 +1,3 @@ -MD5 (stalonetray-0.6.5.tar.bz2) = ae5cf48728d9bb4b6ce67641cefcaf6e -SHA256 (stalonetray-0.6.5.tar.bz2) = ef6df0627c3cf9d4bdedc189dfca99dc2b1b68a4d878a1359eb94a30d60d5bf1 -SIZE (stalonetray-0.6.5.tar.bz2) = 113389 +MD5 (stalonetray-0.7.3.tar.bz2) = 50376cbd6515ecaa78b6e73705b038ee +SHA256 (stalonetray-0.7.3.tar.bz2) = c855844250cff4c4b39d7fc7e70e28655f7891a7aaa08d63ddeca58528006ad6 +SIZE (stalonetray-0.7.3.tar.bz2) = 131707 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071005033030.a0fba3fd.tkato432>