From owner-svn-ports-head@freebsd.org Mon Feb 22 12:38:14 2016 Return-Path: Delivered-To: svn-ports-head@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 B050DAB05BB; Mon, 22 Feb 2016 12:38:14 +0000 (UTC) (envelope-from ashish@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 7CE381BA6; Mon, 22 Feb 2016 12:38:14 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1MCcDwI051671; Mon, 22 Feb 2016 12:38:13 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1MCcDIu051670; Mon, 22 Feb 2016 12:38:13 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201602221238.u1MCcDIu051670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Mon, 22 Feb 2016 12:38:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409339 - head/mail/opensmtpd-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 12:38:14 -0000 Author: ashish Date: Mon Feb 22 12:38:13 2016 New Revision: 409339 URL: https://svnweb.freebsd.org/changeset/ports/409339 Log: - Add the CPE_VENDOR missed in previous commit Modified: head/mail/opensmtpd-devel/Makefile Modified: head/mail/opensmtpd-devel/Makefile ============================================================================== --- head/mail/opensmtpd-devel/Makefile Mon Feb 22 12:37:32 2016 (r409338) +++ head/mail/opensmtpd-devel/Makefile Mon Feb 22 12:38:13 2016 (r409339) @@ -40,6 +40,8 @@ CONFIGURE_ARGS= --with-table-db \ USE_RC_SUBR= smtpd SUB_FILES= pkg-install pkg-deinstall +CPE_VENDOR= openbsd + CONFLICTS_INSTALL= postfix-[0-9]* sendmail-[0-9]* opensmtpd-[0-9]* USERS= _smtpd _smtpq