Date: Fri, 22 Dec 2006 17:20:19 +0800 (CST) From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: rainer.alves@gmail.com Subject: ports/107085: [PATCH] multimedia/dvdrip: update to 0.98.2 Message-ID: <20061222092019.5C13011490@chinsan.twbbs.org> Resent-Message-ID: <200612220930.kBM9UH8b002456@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107085 >Category: ports >Synopsis: [PATCH] multimedia/dvdrip: update to 0.98.2 >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: Fri Dec 22 09:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Mon Dec 4 02:04:40 CST >Description: - Update to 0.98.2 - This PR depends on ports/107082(devel/p5-Event-ExecFlow), ports/107084(x11-toolkits/p5-Gtk2-Ex-FormFactory). Port maintainer (rainer.alves@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- dvdrip-0.98.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/multimedia/dvdrip/Makefile /usr/home/chinsan/project/dvdrip/Makefile --- /usr/ports/multimedia/dvdrip/Makefile Mon Oct 30 03:23:43 2006 +++ /usr/home/chinsan/project/dvdrip/Makefile Fri Dec 22 17:11:48 2006 @@ -6,7 +6,7 @@ # PORTNAME= dvdrip -PORTVERSION= 0.98.1 +PORTVERSION= 0.98.2 CATEGORIES= multimedia MASTER_SITES= http://www.exit1.org/dvdrip/dist/ \ ${MASTER_SITE_PERL_CPAN} @@ -26,6 +26,9 @@ ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping \ ${BUILD_DEPENDS} BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ + ${SITE_PERL}/AnyEvent.pm:${PORTSDIR}/devel/p5-AnyEvent \ + ${SITE_PERL}/Event/ExecFlow.pm:${PORTSDIR}/devel/p5-Event-ExecFlow \ + ${SITE_PERL}/Gtk2/Ex/FormFactory.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-FormFactory \ ${SITE_PERL}/Event/RPC.pm:${PORTSDIR}/devel/p5-Event-RPC \ ${SITE_PERL}/Locale/Messages.pm:${PORTSDIR}/devel/p5-Locale-libintl diff -ruN --exclude=CVS /usr/ports/multimedia/dvdrip/distinfo /usr/home/chinsan/project/dvdrip/distinfo --- /usr/ports/multimedia/dvdrip/distinfo Mon Oct 30 03:23:43 2006 +++ /usr/home/chinsan/project/dvdrip/distinfo Fri Dec 22 15:45:16 2006 @@ -1,3 +1,3 @@ -MD5 (dvdrip-0.98.1.tar.gz) = f532e5b87415bec82c3e12631ffc7627 -SHA256 (dvdrip-0.98.1.tar.gz) = 61c1436a3206b3d1a2289acdb2cece9e861f880566702fac4029779f5b3c5d3f -SIZE (dvdrip-0.98.1.tar.gz) = 1098743 +MD5 (dvdrip-0.98.2.tar.gz) = b0252aeb490796248a91e6c2b3507d53 +SHA256 (dvdrip-0.98.2.tar.gz) = e0e771bc8ead1b617fe06508b1dee476d1202873faf8a82b3fdadcc3ec9ab8b0 +SIZE (dvdrip-0.98.2.tar.gz) = 1518721 diff -ruN --exclude=CVS /usr/ports/multimedia/dvdrip/pkg-plist /usr/home/chinsan/project/dvdrip/pkg-plist --- /usr/ports/multimedia/dvdrip/pkg-plist Mon Oct 30 03:23:43 2006 +++ /usr/home/chinsan/project/dvdrip/pkg-plist Fri Dec 22 16:11:32 2006 @@ -69,6 +69,7 @@ %%SITE_PERL%%/LocaleData/fr/LC_MESSAGES/video.dvdrip.mo %%SITE_PERL%%/LocaleData/it/LC_MESSAGES/video.dvdrip.mo %%SITE_PERL%%/LocaleData/sr/LC_MESSAGES/video.dvdrip.mo +%%SITE_PERL%%/LocaleData/sr@Latn/LC_MESSAGES/video.dvdrip.mo %%SITE_PERL%%/Video/DVDRip.pm %%SITE_PERL%%/Video/DVDRip/Audio.pm %%SITE_PERL%%/Video/DVDRip/Base.pm @@ -140,6 +141,9 @@ %%SITE_PERL%%/Video/DVDRip/splash.de.png %%SITE_PERL%%/Video/DVDRip/splash.en.png %%SITE_PERL%%/Video/DVDRip/splash.es.png +%%SITE_PERL%%/Video/DVDRip/splash.it.png +%%SITE_PERL%%/Video/DVDRip/splash.sr@Latn.png +%%SITE_PERL%%/Video/DVDRip/splash.sr.png %%SITE_PERL%%/Video/DVDRip/translators.txt %%SITE_PERL%%/%%PERL_ARCH%%/auto/Video/DVDRip/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Video/DVDRip @@ -154,6 +158,8 @@ @dirrm %%SITE_PERL%%/Video/DVDRip/CPAN @dirrm %%SITE_PERL%%/Video/DVDRip @dirrmtry %%SITE_PERL%%/Video +@dirrmtry %%SITE_PERL%%/LocaleData/sr@Latn/LC_MESSAGES +@dirrmtry %%SITE_PERL%%/LocaleData/sr@Latn @dirrmtry %%SITE_PERL%%/LocaleData/sr/LC_MESSAGES @dirrmtry %%SITE_PERL%%/LocaleData/sr @dirrmtry %%SITE_PERL%%/LocaleData/it/LC_MESSAGES --- dvdrip-0.98.2.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?20061222092019.5C13011490>