svn commit: r337975 - head/devel/shtk

Julio Merino jmmv at FreeBSD.org
Sun Dec 29 12:33:07 UTC 2013


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 at 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
+ at dirrm share/shtk
+ at dirrm share/doc/shtk


More information about the svn-ports-head mailing list