From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 7 22:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C88E974F for ; Sun, 7 Jul 2013 22:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AE92419CC for ; Sun, 7 Jul 2013 22:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r67MU2Pi001979 for ; Sun, 7 Jul 2013 22:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r67MU2ws001952; Sun, 7 Jul 2013 22:30:02 GMT (envelope-from gnats) Resent-Date: Sun, 7 Jul 2013 22:30:02 GMT Resent-Message-Id: <201307072230.r67MU2ws001952@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "r4721@tormail.org" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 48274D27 for ; Sun, 7 Jul 2013 22:23:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 1E9191954 for ; Sun, 7 Jul 2013 22:23:51 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r67MNo4X040620 for ; Sun, 7 Jul 2013 22:23:50 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r67MNoNR040609; Sun, 7 Jul 2013 22:23:50 GMT (envelope-from nobody) Message-Id: <201307072223.r67MNoNR040609@oldred.freebsd.org> Date: Sun, 7 Jul 2013 22:23:50 GMT From: "r4721@tormail.org" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/180373: [patch] install manual pages when DOCS=off for security/stunnel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jul 2013 22:30:02 -0000 >Number: 180373 >Category: ports >Synopsis: [patch] install manual pages when DOCS=off for security/stunnel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 07 22:30:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: r4721@tormail.org >Release: >Organization: >Environment: >Description: * install manuals when DOCS off (DOCS is supposed to control things like reference documentation, not manual pages) * sync mirror list with official list * add LICENSE_FILE * fix WWW >How-To-Repeat: >Fix: Patch attached with submission follows: Index: security/stunnel/Makefile =================================================================== --- security/stunnel/Makefile (revision 322427) +++ security/stunnel/Makefile (working copy) @@ -4,13 +4,15 @@ PORTNAME= stunnel PORTVERSION= 4.56 CATEGORIES= security -MASTER_SITES= ftp://ftp.stunnel.org/stunnel/%SUBDIR%/ \ - http://mirrors.zerg.biz/stunnel/%SUBDIR%/ \ - ftp://stunnel.mirt.net/stunnel/%SUBDIR%/ \ +MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \ + http://mirrors.go-part.com/stunnel/%SUBDIR%/ \ + ftp://mirrors.go-part.com/stunnel/%SUBDIR%/ \ + http://www.usenix.org.uk/mirrors/stunnel/%SUBDIR%/ \ + http://ftp.nluug.nl/pub/networking/stunnel/%SUBDIR%/ \ ftp://ftp.nluug.nl/pub/networking/stunnel/%SUBDIR%/ \ - http://ftp.nluug.nl/pub/networking/stunnel/%SUBDIR%/ \ - ftp://ftp.surfnet.nl/pub/networking/stunnel/%SUBDIR%/ \ - http://ftp.surfnet.nl/pub/networking/stunnel/%SUBDIR%/ \ + http://www.namesdir.com/mirrors/stunnel/%SUBDIR%/ \ + http://stunnel.cybermirror.org/%SUBDIR%/ \ + ftp://ftp.stunnel.org/stunnel/%SUBDIR%/ \ http://mirrors.zerg.biz/stunnel/%SUBDIR%/ \ http://mirrors.rit.edu/zi/ MASTER_SITE_SUBDIR= . obsolete/4.x @@ -21,6 +23,7 @@ # FIXME: IMHO, there really ought to be a GPL-2+ option or some such. LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/COPYING USE_AUTOTOOLS= libtool USE_RC_SUBR= stunnel @@ -48,9 +51,7 @@ USERS= ${STUNNEL_USER} GROUPS= ${STUNNEL_GROUP} -.if ${PORT_OPTIONS:MDOCS} MAN8= stunnel.8 stunnel.fr.8 stunnel.pl.8 -.endif .if ${PORT_OPTIONS:MSSL_PORT} USE_OPENSSL= YES @@ -99,8 +100,8 @@ @${REINPLACE_CMD} -E -e 's|install-confDATA install-data-local|install-confDATA|g' \ ${WRKSRC}/tools/Makefile.in .if empty(PORT_OPTIONS:MDOCS) - @${REINPLACE_CMD} -E -e 's/ install-docDATA/ /; s/^(SUBDIRS.+)doc/\1/' \ - ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -E -e 's/ install-docDATA/ /' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -E -e '/install-data-am/s,install-docDATA,,' ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -E -e 's/([^n])install-examplesDATA/\1/' \ ${WRKSRC}/tools/Makefile.in .endif Index: security/stunnel/pkg-descr =================================================================== --- security/stunnel/pkg-descr (revision 322427) +++ security/stunnel/pkg-descr (working copy) @@ -8,4 +8,4 @@ used inetd daemons like POP-2, POP-3 and IMAP servers without any changes in the programs' code. -WWW: http://stunnel.org/ +WWW: https://www.stunnel.org/ >Release-Note: >Audit-Trail: >Unformatted: