From owner-svn-ports-head@FreeBSD.ORG Sat May 16 13:35:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B584FC5; Sat, 16 May 2015 13:35:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 98F451789; Sat, 16 May 2015 13:35:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4GDZphB076322; Sat, 16 May 2015 13:35:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4GDZpb4076320; Sat, 16 May 2015 13:35:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505161335.t4GDZpb4076320@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 16 May 2015 13:35:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386545 - in head/graphics/php5-ffmpeg: . files 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.20 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, 16 May 2015 13:35:51 -0000 Author: sunpoet Date: Sat May 16 13:35:50 2015 New Revision: 386545 URL: https://svnweb.freebsd.org/changeset/ports/386545 Log: - Use DISTVERSIONPREFIX instead of DISTNAME - Remove leading definite article from COMMENT - Regenerate patch file with makepatch: Modified: head/graphics/php5-ffmpeg/Makefile head/graphics/php5-ffmpeg/files/patch-ffmpeg_movie.c Modified: head/graphics/php5-ffmpeg/Makefile ============================================================================== --- head/graphics/php5-ffmpeg/Makefile Sat May 16 13:35:46 2015 (r386544) +++ head/graphics/php5-ffmpeg/Makefile Sat May 16 13:35:50 2015 (r386545) @@ -3,13 +3,13 @@ PORTNAME= ffmpeg PORTVERSION= 0.6.0.20120114 +DISTVERSIONPREFIX= php- CATEGORIES= graphics MASTER_SITES= LOCAL/sunpoet PKGNAMEPREFIX= php5- -DISTNAME= ${PORTNAME}-php-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= The ffmpeg shared extension for php +COMMENT= FFmpeg shared extension for php LICENSE= GPLv2 Modified: head/graphics/php5-ffmpeg/files/patch-ffmpeg_movie.c ============================================================================== --- head/graphics/php5-ffmpeg/files/patch-ffmpeg_movie.c Sat May 16 13:35:46 2015 (r386544) +++ head/graphics/php5-ffmpeg/files/patch-ffmpeg_movie.c Sat May 16 13:35:50 2015 (r386545) @@ -1,6 +1,6 @@ ---- ffmpeg_movie.c.orig 2014-07-24 01:57:31.000000000 +0800 -+++ ffmpeg_movie.c 2014-07-24 02:05:36.823897263 +0800 -@@ -315,7 +315,7 @@ +--- ffmpeg_movie.c.orig 2014-07-23 17:57:31 UTC ++++ ffmpeg_movie.c +@@ -315,7 +315,7 @@ FFMPEG_PHP_CONSTRUCTOR(ffmpeg_movie, __c } if (persistent) { @@ -9,7 +9,7 @@ /* resolve the fully-qualified path name to use as the hash key */ fullpath = expand_filepath(filename, NULL TSRMLS_CC); -@@ -350,7 +350,7 @@ +@@ -350,7 +350,7 @@ FFMPEG_PHP_CONSTRUCTOR(ffmpeg_movie, __c } } else { /* no existing persistant movie, create one */ @@ -18,7 +18,7 @@ ffmovie_ctx = _php_alloc_ffmovie_ctx(1); if (_php_open_movie_file(ffmovie_ctx, filename)) { -@@ -364,7 +364,7 @@ +@@ -364,7 +364,7 @@ FFMPEG_PHP_CONSTRUCTOR(ffmpeg_movie, __c new_le.ptr = ffmovie_ctx; if (FAILURE == zend_hash_update(&EG(persistent_list), hashkey, @@ -27,7 +27,7 @@ NULL)) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to register persistent resource"); -@@ -508,7 +508,7 @@ +@@ -508,7 +508,7 @@ static AVCodecContext* _php_get_decoder_ codec_id)); if (!decoder) { @@ -36,7 +36,7 @@ _php_get_filename(ffmovie_ctx)); return NULL; } -@@ -964,12 +964,14 @@ +@@ -964,12 +964,14 @@ static const char* _php_get_codec_name(f /* Copied from libavcodec/utils.c::avcodec_string */ if (p) { codec_name = p->name;