svn commit: r379723 - head/audio/pecl-id3

Vanilla I. Shu vanilla at FreeBSD.org
Tue Feb 24 02:11:37 UTC 2015


Author: vanilla
Date: Tue Feb 24 02:11:36 2015
New Revision: 379723
URL: https://svnweb.freebsd.org/changeset/ports/379723
QAT: https://qat.redports.org/buildarchive/r379723/

Log:
  1: add LICENSE.
  2: switch to USES=tar:tgz.
  2: switch to DEFAULT_VERSIONS.

Modified:
  head/audio/pecl-id3/Makefile

Modified: head/audio/pecl-id3/Makefile
==============================================================================
--- head/audio/pecl-id3/Makefile	Tue Feb 24 01:53:16 2015	(r379722)
+++ head/audio/pecl-id3/Makefile	Tue Feb 24 02:11:36 2015	(r379723)
@@ -6,15 +6,17 @@ PORTVERSION=	0.2
 CATEGORIES=	audio pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Extension to read and write ID3 tags in MP3 files
 
+LICENSE=	PHP30
+
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
-DEFAULT_PHP_VER=53
+DEFAULT_VERSIONS=	php=53
 IGNORE_WITH_PHP=5
 
 CONFIGURE_ARGS=	--enable-id3


More information about the svn-ports-all mailing list