Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 08:49:48 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379765 - head/mail/pecl-esmtp
Message-ID:  <201502240849.t1O8nmL9079007@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502240849.t1O8nmL9079007>