svn commit: r422324 - head/multimedia/mp4v2

Thomas Zander riggs at FreeBSD.org
Sat Sep 17 13:27:06 UTC 2016


Author: riggs
Date: Sat Sep 17 13:27:04 2016
New Revision: 422324
URL: https://svnweb.freebsd.org/changeset/ports/422324

Log:
  Un-break port; distfile is fetchable again
  
  While on it:
  - Add LICENSE
  - Use install-strip install target
  - Bump PORTREVISION
  
  PR:		212752
  Reported by:	rajil.s at gmail.com

Modified:
  head/multimedia/mp4v2/Makefile

Modified: head/multimedia/mp4v2/Makefile
==============================================================================
--- head/multimedia/mp4v2/Makefile	Sat Sep 17 13:27:04 2016	(r422323)
+++ head/multimedia/mp4v2/Makefile	Sat Sep 17 13:27:04 2016	(r422324)
@@ -3,14 +3,14 @@
 
 PORTNAME=	mp4v2
 PORTVERSION=	1.9.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	LOCAL/riggs/mp4v2
 
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	Library and tools to read, create, and modify mp4 files
 
-BROKEN=		Unfetchable (google code has gone away)
+LICENSE=	MPL
 
 CONFLICTS=	mpeg4ip-libmp4v2-[0-9.]*
 USES=		compiler gmake libtool tar:bzip2
@@ -19,6 +19,8 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ENV=	"FOUND_HELP2MAN=no"
 
+INSTALL_TARGET=	install-strip
+
 .include <bsd.port.pre.mk>
 
 # GCC is broken with PCH: https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html


More information about the svn-ports-head mailing list