From owner-svn-ports-all@freebsd.org Sat May 2 17:48:14 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 58B532D5CCD; Sat, 2 May 2020 17:48:14 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49DxRf1jzfz4RsS; Sat, 2 May 2020 17:48:14 +0000 (UTC) (envelope-from mandree@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 35F1D25663; Sat, 2 May 2020 17:48:14 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 042HmEWg058042; Sat, 2 May 2020 17:48:14 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 042HmEkT058041; Sat, 2 May 2020 17:48:14 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202005021748.042HmEkT058041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sat, 2 May 2020 17:48:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r533698 - in branches/2020Q2/mail/akpop3d: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in branches/2020Q2/mail/akpop3d: . files X-SVN-Commit-Revision: 533698 X-SVN-Commit-Repository: ports 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.29 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: Sat, 02 May 2020 17:48:14 -0000 Author: mandree Date: Sat May 2 17:48:13 2020 New Revision: 533698 URL: https://svnweb.freebsd.org/changeset/ports/533698 Log: MFH: r533697 mail/akpop3d: unbreak port, un-expire Add a rcfile. While here, default-enable SSL option. PR: 241776 Submitted by: takefu@airport.fm Approved by: ports-secteam@ (blanket, port was BROKEN=unfetchable) Added: branches/2020Q2/mail/akpop3d/files/ - copied from r533697, head/mail/akpop3d/files/ Modified: branches/2020Q2/mail/akpop3d/Makefile Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/mail/akpop3d/Makefile ============================================================================== --- branches/2020Q2/mail/akpop3d/Makefile Sat May 2 17:45:45 2020 (r533697) +++ branches/2020Q2/mail/akpop3d/Makefile Sat May 2 17:48:13 2020 (r533698) @@ -4,13 +4,11 @@ PORTNAME= akpop3d PORTVERSION= 0.7.7 CATEGORIES= mail -MASTER_SITES= http://www.synflood.at/akpop3d/ +MASTER_SITES= https://synflood.at/akpop3d/ MAINTAINER= ports@FreeBSD.org COMMENT= POP3 daemon aimed to be small and secure -BROKEN= unfetchable - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -19,12 +17,18 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/akpop3d man/man8/akpop3d.8.gz -OPTIONS_DEFINE= SSL +OPTIONS_DEFINE= SSL +OPTIONS_DEFAULT= SSL SSL_USES= ssl SSL_CONFIGURE_WITH= openssl=${OPENSSLBASE} SSL_CPPFLAGS= -I${OPENSSLBASE}/include SSL_LDFLAGS= -L${OPENSSLBASE}/lib + +USE_RC_SUBR= akpop3d + +pre-patch: + @${REINPLACE_CMD} -e "s,STRLCPY_h,STRLCPY_H," ${WRKSRC}/strlcpy.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/akpop3d ${STAGEDIR}${PREFIX}/bin