Date: Sun, 29 Dec 2013 12:33:07 +0000 (UTC) From: Julio Merino <jmmv@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337975 - head/devel/shtk Message-ID: <201312291233.rBTCX71J023298@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291233.rBTCX71J023298>