From owner-svn-ports-all@freebsd.org Wed Jun 21 18:53:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A09BED96E7D; Wed, 21 Jun 2017 18:53:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6D325799E2; Wed, 21 Jun 2017 18:53:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5LIrLbP080312; Wed, 21 Jun 2017 18:53:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5LIrLEJ080311; Wed, 21 Jun 2017 18:53:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706211853.v5LIrLEJ080311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 21 Jun 2017 18:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444065 - head/mail/p5-qpsmtpd 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.23 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: Wed, 21 Jun 2017 18:53:22 -0000 Author: sunpoet Date: Wed Jun 21 18:53:21 2017 New Revision: 444065 URL: https://svnweb.freebsd.org/changeset/ports/444065 Log: Remove Perl core modules - Bump PORTREVISION for dependency change With hat: perl Modified: head/mail/p5-qpsmtpd/Makefile Modified: head/mail/p5-qpsmtpd/Makefile ============================================================================== --- head/mail/p5-qpsmtpd/Makefile Wed Jun 21 18:53:16 2017 (r444064) +++ head/mail/p5-qpsmtpd/Makefile Wed Jun 21 18:53:21 2017 (r444065) @@ -4,7 +4,7 @@ PORTNAME= qpsmtpd PORTVERSION= 0.93 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail perl5 PKGNAMEPREFIX= p5- @@ -12,13 +12,9 @@ MAINTAINER= noc-ports@biglist.com COMMENT= Flexible SMTP daemon written in Perl and featuring a plugin API BUILD_DEPENDS= spamd:mail/spamassassin \ - p5-Data-Dumper>=0:devel/p5-Data-Dumper \ - p5-File-Temp>=0:devel/p5-File-Temp \ p5-Mail-Tools>=0:mail/p5-Mail-Tools \ - p5-MIME-Base64>=0:converters/p5-MIME-Base64 \ p5-Net-DNS>=0.39:dns/p5-Net-DNS \ - p5-Net-IP>=0:net-mgmt/p5-Net-IP \ - p5-Time-HiRes>0:devel/p5-Time-HiRes + p5-Net-IP>=0:net-mgmt/p5-Net-IP RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= MODPERL DOCS EXAMPLES