From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 11 12:00:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTPS id 3E1F8715 for ; Sun, 11 May 2014 12:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 172882CE9 for ; Sun, 11 May 2014 12:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BC00qm051044 for ; Sun, 11 May 2014 12:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4BC00kn051043; Sun, 11 May 2014 12:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 11 May 2014 12:00:00 GMT Resent-Message-Id: <201405111200.s4BC00kn051043@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, Tobias Rehbein 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 ESMTPS id CC7676B0 for ; Sun, 11 May 2014 11:52:01 +0000 (UTC) Received: from mout.web.de (mout.web.de [212.227.15.14]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA256 (256/256 bits)) (Client CN "mout.web.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CB9A2CBA for ; Sun, 11 May 2014 11:52:01 +0000 (UTC) Received: from oshi.local ([217.88.241.221]) by smtp.web.de (mrweb102) with ESMTPSA (Nemesis) id 0Lba7D-1X6wcM00JH-00lAky for ; Sun, 11 May 2014 13:51:53 +0200 Received: from oshi.local (localhost [127.0.0.1]) by oshi.local (8.14.7/8.14.7) with ESMTP id s4BBpqoh074712 for ; Sun, 11 May 2014 13:51:52 +0200 (CEST) (envelope-from tobi@oshi.local) Received: (from tobi@localhost) by oshi.local (8.14.7/8.14.7/Submit) id s4BBpqIV074711; Sun, 11 May 2014 13:51:52 +0200 (CEST) (envelope-from tobi) Message-Id: <201405111151.s4BBpqIV074711@oshi.local> Date: Sun, 11 May 2014 13:51:52 +0200 (CEST) From: Tobias Rehbein Reply-To: Tobias Rehbein To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/189660: [maintainer-update] fix staging support for www/nanoblogger X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 12:00:01 -0000 >Number: 189660 >Category: ports >Synopsis: [maintainer-update] fix staging support for www/nanoblogger >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 11 12:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Tobias Rehbein >Release: FreeBSD 10.0-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD oshi.local 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Thu May 1 06:51:20 CEST 2014 tobi@oshi.local:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Staging support was added to this port a file ago, but `make DEVELOPER=yes check-plist` showed an orphan (etc/nb.conf). Fix this minor issue. While here fix some portlint warnings: * add LICENSE >How-To-Repeat: >Fix: --- www_nanoblogger_stage.diff begins here --- diff -urN www/nanoblogger.orig/Makefile www/nanoblogger/Makefile --- www/nanoblogger.orig/Makefile 2014-05-11 12:50:49.650509302 +0200 +++ www/nanoblogger/Makefile 2014-05-11 12:54:48.924497872 +0200 @@ -10,6 +10,8 @@ MAINTAINER= tobias.rehbein@web.de COMMENT= Small weblog engine written in Bash for the command line +LICENSE= GPLv2 + RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes @@ -36,9 +38,6 @@ @${CP} ${WRKSRC}/welcome-to-nb.txt ${STAGEDIR}${DATADIR} post-install: - @if [ ! -f ${STAGEDIR}${PREFIX}/etc/nb.conf ]; then \ - ${CP} -p ${STAGEDIR}${PREFIX}/etc/nb.conf.sample ${STAGEDIR}${PREFIX}/etc/nb.conf; \ - fi ${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in COPYING ChangeLog README TODO copyright @${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} --- www_nanoblogger_stage.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: