diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-25 15:34:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-25 15:34:28 +0800 |
commit | 1bd599b3d332a9bd8bc25a9c199d4070ea362662 (patch) | |
tree | c57845a2412dc700f660d1091a431a64592bd4b5 /multimedia | |
parent | d3a6141e49c8096ab4bb4b491d8145a4f1cda6ab (diff) | |
download | freebsd-ports-gnome-1bd599b3d332a9bd8bc25a9c199d4070ea362662.tar.gz freebsd-ports-gnome-1bd599b3d332a9bd8bc25a9c199d4070ea362662.tar.zst freebsd-ports-gnome-1bd599b3d332a9bd8bc25a9c199d4070ea362662.zip |
- Update to 0.4
PR: 112015
Submitted by: Marcin Simonides<marcin@studio4plus.com> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gnome-subtitles/Makefile | 28 | ||||
-rw-r--r-- | multimedia/gnome-subtitles/distinfo | 6 |
2 files changed, 20 insertions, 14 deletions
diff --git a/multimedia/gnome-subtitles/Makefile b/multimedia/gnome-subtitles/Makefile index 4378b237cccd..127baad0f3af 100644 --- a/multimedia/gnome-subtitles/Makefile +++ b/multimedia/gnome-subtitles/Makefile @@ -5,26 +5,32 @@ # $FreeBSD$ # -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" .include <bsd.port.post.mk> diff --git a/multimedia/gnome-subtitles/distinfo b/multimedia/gnome-subtitles/distinfo index 2bf3f747fbae..286d14dfcc9b 100644 --- a/multimedia/gnome-subtitles/distinfo +++ b/multimedia/gnome-subtitles/distinfo @@ -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 |