From owner-svn-ports-all@FreeBSD.ORG Sun Dec 29 12:33:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8025DD2C; Sun, 29 Dec 2013 12:33:07 +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 6C9661147; Sun, 29 Dec 2013 12:33:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTCX7C1023300; Sun, 29 Dec 2013 12:33:07 GMT (envelope-from jmmv@svn.freebsd.org) Received: (from jmmv@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBTCX71J023298; Sun, 29 Dec 2013 12:33:07 GMT (envelope-from jmmv@svn.freebsd.org) Message-Id: <201312291233.rBTCX71J023298@svn.freebsd.org> From: Julio Merino Date: Sun, 29 Dec 2013 12:33:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337975 - head/devel/shtk 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: Sun, 29 Dec 2013 12:33:07 -0000 Author: jmmv (src committer) Date: Sun Dec 29 12:33:06 2013 New Revision: 337975 URL: http://svnweb.freebsd.org/changeset/ports/337975 Log: Miscellaneous fixes to devel/shtk. - Provide an http master site given that fetch(1) in 8 does not support https. - Move manpage definition to the pkg-plist. - Handle two missing directories in the pkg-plist. The first problem was spotted by QAT and the latter two by antoine@, who gave advice on how to fix them. Approved by: antoine Modified: head/devel/shtk/Makefile head/devel/shtk/pkg-plist Modified: head/devel/shtk/Makefile ============================================================================== --- head/devel/shtk/Makefile Sun Dec 29 12:32:17 2013 (r337974) +++ head/devel/shtk/Makefile Sun Dec 29 12:33:06 2013 (r337975) @@ -3,7 +3,8 @@ PORTNAME= shtk PORTVERSION= 1.3 CATEGORIES= devel -MASTER_SITES= https://github.com/jmmv/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ +MASTER_SITES= https://github.com/jmmv/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ \ + LOCAL/jmmv MAINTAINER= jmmv@freebsd.org COMMENT= Application toolkit for POSIX-compliant shell scripts @@ -17,6 +18,4 @@ CONFIGURE_ARGS+=--without-atf MAKE_ARGS= pkgconfigdir=${PREFIX}/libdata/pkgconfig -MAN1= shtk.1 - .include Modified: head/devel/shtk/pkg-plist ============================================================================== --- head/devel/shtk/pkg-plist Sun Dec 29 12:32:17 2013 (r337974) +++ head/devel/shtk/pkg-plist Sun Dec 29 12:33:06 2013 (r337975) @@ -1,5 +1,6 @@ bin/shtk libdata/pkgconfig/shtk.pc +man/man1/shtk.1.gz share/aclocal/shtk.m4 share/doc/shtk/AUTHORS share/doc/shtk/COPYING @@ -12,3 +13,5 @@ share/shtk/config.subr share/shtk/cvs.subr share/shtk/list.subr share/shtk/process.subr +@dirrm share/shtk +@dirrm share/doc/shtk