ports/183049: [MAINTAINER] Upgrade ctronome to 5.5 and taking maintainership

Luca Pizzamiglio luca.pizzamiglio at gmail.com
Thu Oct 17 11:10:00 UTC 2013


>Number:         183049
>Category:       ports
>Synopsis:       [MAINTAINER] Upgrade ctronome to 5.5 and taking maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 17 11:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Luca Pizzamiglio
>Release:        FreeBSD 8.3-STABLE
>Organization:
>Environment:
>Description:
Upgrading ctronome to the 5.5 version
Adopting the new staging system
Taking the maintainership.


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nru audio/ctronome.orig/Makefile audio/ctronome/Makefile
--- audio/ctronome.orig/Makefile	2013-09-20 16:36:35.000000000 +0200
+++ audio/ctronome/Makefile	2013-10-11 11:54:56.000000000 +0200
@@ -2,16 +2,15 @@
 # $FreeBSD: audio/ctronome/Makefile 327706 2013-09-20 14:36:35Z bapt $
 
 PORTNAME=	ctronome
-PORTVERSION=	0.5.4
+PORTVERSION=	0.5.5
 CATEGORIES=	audio
 MASTER_SITES=	http://ctronome.kign.org/source/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	luca.pizzamiglio at gmail.com
 COMMENT=	Programmable console-based metronome
 
 LICENSE=	GPLv2
 
-NO_STAGE=	yes
 PLIST_FILES=	bin/ctronome \
 		%%DATADIR%%/metronome1.wav \
 		%%DATADIR%%/metronome2.wav
@@ -22,9 +21,9 @@
 	@${REINPLACE_CMD} -e 's|/usr/share/ctronome|${DATADIR}|' ${WRKSRC}/ctronome.h
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/ctronome ${PREFIX}/bin
-	${MKDIR} ${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/metronome1.wav ${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/metronome2.wav ${DATADIR}
+	${INSTALL_PROGRAM} ${WRKSRC}/ctronome ${STAGEDIR}/${PREFIX}/bin
+	${MKDIR} ${STAGEDIR}/${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/metronome1.wav ${STAGEDIR}/${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/metronome2.wav ${STAGEDIR}/${DATADIR}
 
 .include <bsd.port.mk>
diff -Nru audio/ctronome.orig/distinfo audio/ctronome/distinfo
--- audio/ctronome.orig/distinfo	2012-09-30 21:15:57.000000000 +0200
+++ audio/ctronome/distinfo	2013-10-11 11:55:17.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (ctronome-0.5.4.tar.gz) = 337632036867e432e938c5bbfacf1e993994dedc32674ecd04eadc6e5090ef78
-SIZE (ctronome-0.5.4.tar.gz) = 26102
+SHA256 (ctronome-0.5.5.tar.gz) = 6666fb380e76c5c3d26c43f84110abae1ca9193fc46ff285dca32d9e9cc9361e
+SIZE (ctronome-0.5.5.tar.gz) = 26402


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list