Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2009 15:45:26 GMT
From:      Henrik Friedrichsen <hrkfdn@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/141847: [MAINTAINER] update x11-wm/echinus to 0.3.9
Message-ID:  <200912211545.nBLFjQqE044100@www.freebsd.org>
Resent-Message-ID: <200912211550.nBLFo1b7067072@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         141847
>Category:       ports
>Synopsis:       [MAINTAINER] update x11-wm/echinus to 0.3.9
>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:   Mon Dec 21 15:50:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Friedrichsen
>Release:        8.0
>Organization:
>Environment:
FreeBSD eismeer.nachtfabrik.org 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
This patch bumps version to 0.3.9 and fixes the missing manpage-sed-line.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Naur ./Makefile ../echinus/Makefile
--- ./Makefile	2009-12-21 16:38:59.000000000 +0100
+++ ../echinus/Makefile	2009-12-21 16:43:00.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	echinus
-PORTVERSION=	0.3.8
+PORTVERSION=	0.3.9
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.rootshell.be/~polachok/code/
 
@@ -33,6 +33,9 @@
 PLIST_DIRS=	etc/echinus
 SUB_FILES=	pkg-message
 
+post-patch:
+	@${REINPLACE_CMD} -e 's/VERSION/${PORTVERSION}/g' ${WRKSRC}/echinus.1
+
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 	@${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
diff -Naur ./distinfo ../echinus/distinfo
--- ./distinfo	2009-12-21 16:38:59.000000000 +0100
+++ ../echinus/distinfo	2009-12-21 16:39:22.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (echinus-0.3.8.tar.gz) = f2e50090c051dba4cb7b708537be5165
-SHA256 (echinus-0.3.8.tar.gz) = 5d5b3c524ec05e3536a25436f549d49bf551f56b00e790281ff7e6547de2b546
-SIZE (echinus-0.3.8.tar.gz) = 28711
+MD5 (echinus-0.3.9.tar.gz) = 711d2855187634a88c8992c29ffb8b9b
+SHA256 (echinus-0.3.9.tar.gz) = 1827c296d07bfd1f44338fe0ea0a1e5d1ac0179dbb8172d9e7c7235bd86aec0e
+SIZE (echinus-0.3.9.tar.gz) = 29053


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912211545.nBLFjQqE044100>