Date: Wed, 06 Feb 2013 19:13:14 +0100 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@freebsd.org Cc: nemysis@gmx.ch Subject: ports/175894: [PATCH] audio/jmusic: update to 1.6.4, reset maintainership Message-ID: <20130206181318.4EC0C541@hub.freebsd.org> Resent-Message-ID: <201302061820.r16IK06f083525@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175894 >Category: ports >Synopsis: [PATCH] audio/jmusic: update to 1.6.4, reset 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 Feb 06 18:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 >Description: - Update to 1.6.4 - Reset maintainership to ports@FreeBSD.org Port maintainer (nemysis@gmx.ch) is cc'd. Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: portlint -A WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. WARN: Makefile: new ports should not be maintained by ports@FreeBSD.org. 0 fatal errors and 2 warnings found. port test: clean >Fix: --- jmusic-1.6.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/jmusic/Makefile ./Makefile --- /usr/ports/audio/jmusic/Makefile 2013-01-14 17:54:21.000000000 +0100 +++ ./Makefile 2013-02-06 18:33:16.000000000 +0100 @@ -2,19 +2,19 @@ # $FreeBSD: head/audio/jmusic/Makefile 309327 2012-12-20 22:19:34Z pawel $ PORTNAME= jmusic -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= audio java MASTER_SITES= SF/${PORTNAME}/jMusic_Stable/${PORTVERSION} \ - SF/${PORTNAME}/jMusic_Instruments/${PORTVERSION:S/.3//}/:instruments \ + SF/${PORTNAME}/jMusic_Instruments/${PORTVERSION:S/.4//}/:instruments \ SF/${PORTNAME}/jMusic_Docs/${PORTVERSION}/:docs DISTFILES= jMusic${PORTVERSION}.jar \ jMusic_1.6_inst.zip:instruments \ - jMusic_doc_1.6.3.zip:docs + jMusic_doc_${PORTVERSION}.zip:docs DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= jMusic_1.6_inst.zip \ - jMusic_doc_1.6.3.zip + jMusic_doc_${PORTVERSION}.zip -MAINTAINER= nemysis@gmx.ch +MAINTAINER= ports@FreeBSD.org COMMENT= Composition in Java USE_JAVA= yes diff -ruN --exclude=CVS /usr/ports/audio/jmusic/distinfo ./distinfo --- /usr/ports/audio/jmusic/distinfo 2013-01-14 17:54:21.000000000 +0100 +++ ./distinfo 2013-02-06 18:32:58.000000000 +0100 @@ -1,6 +1,6 @@ -SHA256 (jmusic/jMusic1.6.3.jar) = c9850d215c4bbb5a113b88c5d541554f942d01ea62379124eff9d76add473b94 -SIZE (jmusic/jMusic1.6.3.jar) = 403572 +SHA256 (jmusic/jMusic1.6.4.jar) = 7fd68f181d2c9339647705affd208c70c4423f3539e7ac8fd2aff70e96732b4c +SIZE (jmusic/jMusic1.6.4.jar) = 406795 SHA256 (jmusic/jMusic_1.6_inst.zip) = 269a82691125c498df87f1c8bc2c5885bafd1a165cb494b3984fb0ea8201ffef SIZE (jmusic/jMusic_1.6_inst.zip) = 72126 -SHA256 (jmusic/jMusic_doc_1.6.3.zip) = ba1d7c7d15e493ace11c524f1c479f287d5c7298a8246d6c6cc4739f24531683 -SIZE (jmusic/jMusic_doc_1.6.3.zip) = 1495618 +SHA256 (jmusic/jMusic_doc_1.6.4.zip) = c27fbef89bea93b4771c248256bace02288f7649847955de1940d93faf3de80d +SIZE (jmusic/jMusic_doc_1.6.4.zip) = 1498614 --- jmusic-1.6.4.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?20130206181318.4EC0C541>