Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2017 09:01:01 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446248 - head/multimedia/dvdrip
Message-ID:  <201707200901.v6K9111D031981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul 20 09:01:00 2017
New Revision: 446248
URL: https://svnweb.freebsd.org/changeset/ports/446248

Log:
  - Add LICENSE
  - Pet portlint
  - Update WWW

Modified:
  head/multimedia/dvdrip/Makefile
  head/multimedia/dvdrip/pkg-descr

Modified: head/multimedia/dvdrip/Makefile
==============================================================================
--- head/multimedia/dvdrip/Makefile	Thu Jul 20 08:59:52 2017	(r446247)
+++ head/multimedia/dvdrip/Makefile	Thu Jul 20 09:01:00 2017	(r446248)
@@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR=	CPAN:JRED
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Perl Gtk+ based dvd-ripper
 
+LICENSE=        ART10 GPLv1 # (ART10 or GPLv1) and CC-BY-SA-2.5
+LICENSE_COMB=   dual
+
 BUILD_DEPENDS=	p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
 		p5-AnyEvent>=0:devel/p5-AnyEvent \
 		p5-Event-ExecFlow>=0:devel/p5-Event-ExecFlow \
@@ -32,23 +35,23 @@ RUN_DEPENDS=	p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
 		${LOCALBASE}/sbin/fping:net/fping \
 		cdrecord:sysutils/cdrtools
 
-OPTIONS_DEFINE=	VORBIS SUBTITLE RAR
+USES=		gettext perl5 shebangfix
+SHEBANG_FILES=	bin/dvdrip*
+USE_PERL5=	configure patch
+CONFIGURE_ENV=	SKIP_UNPACK_REQUIRED_MODULES=1
+
+MAKE_JOBS_UNSAFE=	yes
+
+OPTIONS_DEFINE=		VORBIS SUBTITLE RAR
 OPTIONS_DEFAULT=	VORBIS SUBTITLE
-RAR_DESC=	Support RAR-compressed vobsub subtitles
-SUBTITLE_DESC=	Enable support for getting subtitles
+RAR_DESC=		Support RAR-compressed vobsub subtitles
+SUBTITLE_DESC=		Enable support for getting subtitles
 
 RAR_RUN_DEPENDS=	rar:archivers/rar
 SUBTITLE_RUN_DEPENDS=	subtitle2pgm:multimedia/subtitleripper
 VORBIS_RUN_DEPENDS=	oggenc:audio/vorbis-tools \
 			ogmmerge:multimedia/ogmtools
 
-CONFIGURE_ENV=	SKIP_UNPACK_REQUIRED_MODULES=1
-USES=		gettext perl5 shebangfix
-USE_PERL5=	configure patch
-SHEBANG_FILES=	bin/dvdrip*
-
-MAKE_JOBS_UNSAFE=	yes
-
 post-patch:
 	@${PERL} -pi -e 's#/usr/sbin/fping#${LOCALBASE}/sbin/fping#' \
 		${WRKSRC}/lib/Video/DVDRip/Cluster/Master.pm \
@@ -57,9 +60,9 @@ post-patch:
 
 post-install:
 .for f in dvdrip-progress dvdrip-splitpipe
-	${CHMOD} u+w ${STAGEDIR}${PREFIX}/bin/${f}
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f}
-	${CHMOD} u-w ${STAGEDIR}${PREFIX}/bin/${f}
+	@${CHMOD} u+w ${STAGEDIR}${PREFIX}/bin/${f}
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f}
+	@${CHMOD} u-w ${STAGEDIR}${PREFIX}/bin/${f}
 .endfor
 
 .include <bsd.port.mk>

Modified: head/multimedia/dvdrip/pkg-descr
==============================================================================
--- head/multimedia/dvdrip/pkg-descr	Thu Jul 20 08:59:52 2017	(r446247)
+++ head/multimedia/dvdrip/pkg-descr	Thu Jul 20 09:01:00 2017	(r446248)
@@ -3,4 +3,4 @@ convenient frontend to transcode and makes ripping and
 DVDs a breeze. It also features a cluster daemon, which can distribute
 encoding jobs over multiple machines.
 
-WWW: http://www.exit1.org/dvdrip/
+WWW: https://www.exit1.org/dvdrip/



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