svn commit: r379765 - head/mail/pecl-esmtp

Vanilla I. Shu vanilla at FreeBSD.org
Tue Feb 24 08:49:49 UTC 2015


Author: vanilla
Date: Tue Feb 24 08:49:47 2015
New Revision: 379765
URL: https://svnweb.freebsd.org/changeset/ports/379765
QAT: https://qat.redports.org/buildarchive/r379765/

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

Modified:
  head/mail/pecl-esmtp/Makefile

Modified: head/mail/pecl-esmtp/Makefile
==============================================================================
--- head/mail/pecl-esmtp/Makefile	Tue Feb 24 08:03:07 2015	(r379764)
+++ head/mail/pecl-esmtp/Makefile	Tue Feb 24 08:49:47 2015	(r379765)
@@ -7,17 +7,19 @@ PORTREVISION=	2
 CATEGORIES=	mail www
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	PECL ESMTP client extension
 
+LICENSE=	PHP30
+
 LIB_DEPENDS=	libesmtp.so:${PORTSDIR}/mail/libesmtp
 
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
-DEFAULT_PHP_VER=53
+DEFAULT_VERSIONS+=	php=53
 
 OPTIONS_DEFINE=	RE2C
 OPTIONS_DEFAULT=	RE2C


More information about the svn-ports-head mailing list