From owner-svn-ports-all@FreeBSD.ORG Thu Mar 13 14:55:53 2014 Return-Path: Delivered-To: svn-ports-all@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 9C9FD75E; Thu, 13 Mar 2014 14:55:53 +0000 (UTC) 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 8A325156; Thu, 13 Mar 2014 14:55:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DEtrFS037129; Thu, 13 Mar 2014 14:55:53 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2DEtriS037127; Thu, 13 Mar 2014 14:55:53 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201403131455.s2DEtriS037127@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 13 Mar 2014 14:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348078 - head/www/shttpd X-SVN-Group: ports-head 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.17 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: Thu, 13 Mar 2014 14:55:53 -0000 Author: ehaupt Date: Thu Mar 13 14:55:52 2014 New Revision: 348078 URL: http://svnweb.freebsd.org/changeset/ports/348078 QAT: https://qat.redports.org/buildarchive/r348078/ Log: - Support staging - Use WWW: with a single space - Remove duplicate default DISTNAME definition Modified: head/www/shttpd/Makefile head/www/shttpd/pkg-descr Modified: head/www/shttpd/Makefile ============================================================================== --- head/www/shttpd/Makefile Thu Mar 13 14:53:18 2014 (r348077) +++ head/www/shttpd/Makefile Thu Mar 13 14:55:52 2014 (r348078) @@ -5,21 +5,18 @@ PORTNAME= shttpd PORTVERSION= 1.42 CATEGORIES= www MASTER_SITES= SF -DISTNAME= shttpd-${PORTVERSION} MAINTAINER= valenok@gmail.com COMMENT= Small, fast, embeddable web server with CGI, SSL, Authorization -MAN1= shttpd.1 ALL_TARGET= unix MAKE_ENV= LIBS=-lpthread BUILD_WRKSRC= ${WRKSRC}/src -PLIST_FILES= bin/shttpd +PLIST_FILES= bin/shttpd man/man1/shttpd.1.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/shttpd ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/src/shttpd.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/src/shttpd ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/src/shttpd.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Modified: head/www/shttpd/pkg-descr ============================================================================== --- head/www/shttpd/pkg-descr Thu Mar 13 14:53:18 2014 (r348077) +++ head/www/shttpd/pkg-descr Thu Mar 13 14:55:52 2014 (r348078) @@ -4,4 +4,4 @@ embed it into existing C/C++ application and simple. SHTTPD has small memory footprint. Use it when other web servers like Apache are too heavy for your tasks. -WWW: http://shttpd.sourceforge.net +WWW: http://shttpd.sourceforge.net