From owner-svn-ports-head@FreeBSD.ORG Thu Oct 24 21:10:07 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id DAF38A80; Thu, 24 Oct 2013 21:10:07 +0000 (UTC) (envelope-from gblach@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C80FB2B30; Thu, 24 Oct 2013 21:10:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OLA7NU039615; Thu, 24 Oct 2013 21:10:07 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9OLA7xm039612; Thu, 24 Oct 2013 21:10:07 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201310242110.r9OLA7xm039612@svn.freebsd.org> From: Grzegorz Blach Date: Thu, 24 Oct 2013 21:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331533 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 24 Oct 2013 21:10:07 -0000 Author: gblach Date: Thu Oct 24 21:10:07 2013 New Revision: 331533 URL: http://svnweb.freebsd.org/changeset/ports/331533 Log: - Update to 1.0.3 - Fix staging when SMTP_AFTER_POP3 option is enabled Modified: head/mail/popa3d/Makefile head/mail/popa3d/distinfo Modified: head/mail/popa3d/Makefile ============================================================================== --- head/mail/popa3d/Makefile Thu Oct 24 20:54:41 2013 (r331532) +++ head/mail/popa3d/Makefile Thu Oct 24 21:10:07 2013 (r331533) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= popa3d -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES= mail MASTER_SITES= http://www.openwall.com/popa3d/ \ ftp://ftp.openwall.com/pub/projects/popa3d/ @@ -87,6 +86,7 @@ do-install: ${WRKSRC}/popa3d ${STAGEDIR}${PREFIX}/libexec/popa3d ${INSTALL_MAN} ${WRKSRC}/popa3d.8 ${STAGEDIR}${MANPREFIX}/man/man8/ .if ${PORT_OPTIONS:MSMTP_AFTER_POP3} && !defined(WITHOUT_POPAUTH_M4) + ${MKDIR} ${STAGEDIR}${CFDIR}/hack ${INSTALL_DATA} ${FILESDIR}/popauth.m4 ${STAGEDIR}${CFDIR}/hack/ .endif Modified: head/mail/popa3d/distinfo ============================================================================== --- head/mail/popa3d/distinfo Thu Oct 24 20:54:41 2013 (r331532) +++ head/mail/popa3d/distinfo Thu Oct 24 21:10:07 2013 (r331533) @@ -1,2 +1,2 @@ -SHA256 (popa3d-1.0.2.tar.gz) = e7034336c1e4b6ed1ddff7c92851292d396d011237acb2268492f44cedbb7a7f -SIZE (popa3d-1.0.2.tar.gz) = 32848 +SHA256 (popa3d-1.0.3.tar.gz) = 03b853daf9f2426fd18d410d33be82ef3a1f09c150d2ca4d2214624d4e6388bc +SIZE (popa3d-1.0.3.tar.gz) = 33616