Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2007 21:23:16 GMT
From:      Marcin Simonides<marcin@studio4plus.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/112015: [maintainer update]: multimedia/gnome-subtitles
Message-ID:  <200704222123.l3MLNF2N041788@www.freebsd.org>
Resent-Message-ID: <200704222130.l3MLU3dE026605@freefall.freebsd.org>

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

>Number:         112015
>Category:       ports
>Synopsis:       [maintainer update]: multimedia/gnome-subtitles
>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:   Sun Apr 22 21:30:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcin Simonides
>Release:        6.2-STABLE
>Organization:
>Environment:
>Description:
Upgrade to version 0.4
Files changed: Makefile, distinfo.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN gnome-subtitles.bak/Makefile gnome-subtitles/Makefile
--- gnome-subtitles.bak/Makefile	Fri Apr 20 23:52:56 2007
+++ gnome-subtitles/Makefile	Sun Apr 22 23:06:54 2007
@@ -5,25 +5,31 @@
 # $FreeBSD: ports/multimedia/gnome-subtitles/Makefile,v 1.1 2007/04/14 19:01:43 tmclaugh Exp $
 #
 
-PORTNAME=       gnome-subtitles
-PORTVERSION=    0.3
-CATEGORIES=     multimedia
-MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+PORTNAME=	gnome-subtitles
+PORTVERSION=	0.4
+CATEGORIES=	multimedia
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=     marcin@studio4plus.com
-COMMENT=        Subtitle editor with video preview
+MAINTAINER=	marcin@studio4plus.com
+COMMENT=	Subtitle editor with video preview
 
-BUILD_DEPENDS=  mono:${PORTSDIR}/lang/mono
-RUN_DEPENDS=    mono:${PORTSDIR}/lang/mono
+BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mono
+RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono
 
-USE_GNOME=      gnomeprefix gtksharp20 gnomesharp20
+USE_GNOME=	gnomeprefix gtksharp20 gnomesharp20
 GNU_CONFIGURE=	yes
 GCONF_SCHEMAS=	gnome-subtitles.schemas
 
+MAN1=		gnome-subtitles.1
+
 .if !defined(WITHOUT_MPLAYER)
-    RUN_DEPENDS+=   mplayer:${PORTSDIR}/multimedia/mplayer
+    RUN_DEPENDS+=	mplayer:${PORTSDIR}/multimedia/mplayer
 .endif
+
+pre-install:
+	# workaround for incorrect permissions in the disfile
+	${CHMOD} +x ${WRKSRC}/install-sh
 
 .include <bsd.port.pre.mk>
 .include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
diff -ruN gnome-subtitles.bak/distinfo gnome-subtitles/distinfo
--- gnome-subtitles.bak/distinfo	Fri Apr 20 23:52:56 2007
+++ gnome-subtitles/distinfo	Sun Apr 22 22:56:54 2007
@@ -1,3 +1,3 @@
-MD5 (gnome-subtitles-0.3.tar.gz) = 12dad36b683458ae1ecfae4a16481b1e
-SHA256 (gnome-subtitles-0.3.tar.gz) = 0c778320f5dca10e37e65b68d9243f358c348dc2a34ef21cb57405669ff7ba4c
-SIZE (gnome-subtitles-0.3.tar.gz) = 351554
+MD5 (gnome-subtitles-0.4.tar.gz) = 5ae670478a278e83daf900a73dd906c9
+SHA256 (gnome-subtitles-0.4.tar.gz) = 86029053d0d579899bf15a5db288d4e7220cfe899df6cfd7da4f1401b57e2784
+SIZE (gnome-subtitles-0.4.tar.gz) = 359921

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



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