svn commit: r320374 - head/mail/phpmailer

Martin Wilke miwi at FreeBSD.org
Sun Jun 9 18:38:13 UTC 2013


Author: miwi
Date: Sun Jun  9 18:38:13 2013
New Revision: 320374
URL: http://svnweb.freebsd.org/changeset/ports/320374

Log:
  - Remove php4 reference
  - Trim header

Modified:
  head/mail/phpmailer/Makefile

Modified: head/mail/phpmailer/Makefile
==============================================================================
--- head/mail/phpmailer/Makefile	Sun Jun  9 18:32:16 2013	(r320373)
+++ head/mail/phpmailer/Makefile	Sun Jun  9 18:38:13 2013	(r320374)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	phpmailer
-# Date created:		6 April 2007
-# Whom:			Zhen REN <bg1tpt at gmail.com>
-#
+# Created by: Zhen REN <bg1tpt at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	phpmailer
 PORTVERSION=	5.2.2
@@ -21,7 +17,6 @@ WRKSRC=		${WRKDIR}/${DISTNAME}
 USE_ZIP=	yes
 USE_DOS2UNIX=	yes
 NO_BUILD=	yes
-IGNORE_WITH_PHP=	4
 USE_PHP=	pcre
 
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list