From owner-svn-ports-all@FreeBSD.ORG Wed Nov 21 20:18:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3351BAC2; Wed, 21 Nov 2012 20:18:31 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1171C8FC08; Wed, 21 Nov 2012 20:18:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qALKIU4g023673; Wed, 21 Nov 2012 20:18:30 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qALKIUXM023672; Wed, 21 Nov 2012 20:18:30 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201211212018.qALKIUXM023672@svn.freebsd.org> From: Grzegorz Blach Date: Wed, 21 Nov 2012 20:18:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307623 - head/mail/popa3d 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.14 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 Nov 2012 20:18:31 -0000 Author: gblach Date: Wed Nov 21 20:18:30 2012 New Revision: 307623 URL: http://svnweb.freebsd.org/changeset/ports/307623 Log: - Adopt port - Trim Makefile header - Display pkg-message correctly Approved by: tabthorpe (mentor) Feature safe: yes Modified: head/mail/popa3d/Makefile Modified: head/mail/popa3d/Makefile ============================================================================== --- head/mail/popa3d/Makefile Wed Nov 21 19:37:51 2012 (r307622) +++ head/mail/popa3d/Makefile Wed Nov 21 20:18:30 2012 (r307623) @@ -1,9 +1,5 @@ -# New ports collection makefile for: popa3d -# Date created: Sun Feb 6 12:31:29 MSK 2000 -# Whom: Sergey Samoyloff -# +# Created by: Sergey Samoyloff # $FreeBSD$ -# PORTNAME= popa3d PORTVERSION= 1.0.2 @@ -13,7 +9,7 @@ MASTER_SITES= http://www.openwall.com/po ftp://ftp.openwall.com/pub/projects/popa3d/ PKGNAMESUFFIX?= ${SMTP_AFTER_POP3_SUFFIX}${STANDALONE_SUFFIX}${PKGNAMESUFFIX2} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gblach@FreeBSD.org COMMENT= Secure, performance, tiny POP3 daemon ALL_TARGET= popa3d @@ -103,8 +99,8 @@ do-install: .endif .endif -.if ${PORT_OPTIONS:MSTANDALONE_POP3} post-install: +.if ! ${PORT_OPTIONS:MSTANDALONE_POP3} @ ${CAT} ${PKGMESSAGE} .endif