From owner-svn-ports-head@freebsd.org Sat Sep 17 13:27:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10144BDC65D; Sat, 17 Sep 2016 13:27:06 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D71DD781; Sat, 17 Sep 2016 13:27:05 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8HDR5HT085520; Sat, 17 Sep 2016 13:27:05 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8HDR577085519; Sat, 17 Sep 2016 13:27:05 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201609171327.u8HDR577085519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 17 Sep 2016 13:27:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422324 - head/multimedia/mp4v2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 13:27:06 -0000 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@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@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 # GCC is broken with PCH: https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html