From owner-svn-ports-all@FreeBSD.ORG Fri Jun 27 04:55:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6260C4C; Fri, 27 Jun 2014 04:55:56 +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 99CB12F07; Fri, 27 Jun 2014 04:55:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5R4tu52041190; Fri, 27 Jun 2014 04:55:56 GMT (envelope-from leeym@svn.freebsd.org) Received: (from leeym@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5R4tuWb041188; Fri, 27 Jun 2014 04:55:56 GMT (envelope-from leeym@svn.freebsd.org) Message-Id: <201406270455.s5R4tuWb041188@svn.freebsd.org> From: Yen-Ming Lee Date: Fri, 27 Jun 2014 04:55:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359454 - head/mail/pop3vscan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2014 04:55:56 -0000 Author: leeym Date: Fri Jun 27 04:55:55 2014 New Revision: 359454 URL: http://svnweb.freebsd.org/changeset/ports/359454 QAT: https://qat.redports.org/buildarchive/r359454/ Log: - add USE_GCC=yes and fix STAGEDIR in pkg-install - remove DEPRECATED and EXPIRATION_DATE Modified: head/mail/pop3vscan/Makefile head/mail/pop3vscan/pkg-install Modified: head/mail/pop3vscan/Makefile ============================================================================== --- head/mail/pop3vscan/Makefile Fri Jun 27 04:53:37 2014 (r359453) +++ head/mail/pop3vscan/Makefile Fri Jun 27 04:55:55 2014 (r359454) @@ -13,8 +13,9 @@ COMMENT= A transparent POP3-Proxy with v LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre USES= gmake +USE_GCC= yes MAKE_ENV= _LDFLAGS="${LDFLAGS}" -SCRIPTS_ENV= PKG_PREFIX=${PREFIX} NONEXISTENT=${NONEXISTENT} PASSWD=/etc/passwd +SCRIPTS_ENV= PKG_PREFIX=${PREFIX} NONEXISTENT=${NONEXISTENT} PASSWD=/etc/passwd STAGEDIR=${STAGEDIR} PLIST_FILES= etc/pop3vscan.conf.sample \ etc/pop3vscan.mail.sample \ @@ -23,13 +24,11 @@ PLIST_FILES= etc/pop3vscan.conf.sample \ SUB_FILES= pkg-message -DEPRECATED= No longer maintained by upstream -EXPIRATION_DATE=2014-08-24 - post-extract: @${RM} ${WRKSRC}/ripmime/ripmime.a post-patch: + @${REINPLACE_CMD} -e "/CC/s,gcc,${CC},g" ${WRKSRC}/Makefile ${WRKSRC}/ripmime/Makefile ${WRKSRC}/ripmime/tnef/Makefile @${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,g' ${WRKSRC}/*.c @${REINPLACE_CMD} -e 's,#endif.*,#endif,g' ${WRKSRC}/*.h @${REINPLACE_CMD} -e 's,make,${MAKE_CMD},g' ${WRKSRC}/ripmime/build_tnef Modified: head/mail/pop3vscan/pkg-install ============================================================================== --- head/mail/pop3vscan/pkg-install Fri Jun 27 04:53:37 2014 (r359453) +++ head/mail/pop3vscan/pkg-install Fri Jun 27 04:55:55 2014 (r359454) @@ -109,7 +109,7 @@ EOF user=pop3vscan group=mail - spooldir=/var/spool/pop3vscan + spooldir=${STAGEDIR}/var/spool/pop3vscan etcdir=${PREFIX:-$PKG_PREFIX}/etc echo ""