Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2020 17:48:14 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
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
Message-ID:  <202005021748.042HmEkT058041@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005021748.042HmEkT058041>