svn commit: r338140 - head/devel/shtk

Julio Merino jmmv at FreeBSD.org
Mon Dec 30 16:54:12 UTC 2013


Author: jmmv (src committer)
Date: Mon Dec 30 16:54:11 2013
New Revision: 338140
URL: http://svnweb.freebsd.org/changeset/ports/338140

Log:
  Update devel/shtk to 1.4.
  
  Released on 2013-12-30.
  
  * Added support for a user-defined SHTK_MODULESPATH variable.  This
    colon-separated, user-tunable variable lists the directories that
    contain modules.
  
  * Added a modulesdir variable to shtk.pc so that third-party packages
    can install shtk-compliant modules into the shared directory.  This
    variable is also exposed by the SHTK_CHECK macro of shtk.m4 as
    SHTK_MODULESDIR.
  
  * Added a new bool module with a shtk_bool_check function to convert a
    string to a boolean.
  
  * Added a new cleanup module to simplify the installation and automatic
    execution of termination handlers.
  
  * Fixed the config module in Mac OS X 10.9 to respect default values
    of configuration variables.
  
  Approved by:	bdrewery

Modified:
  head/devel/shtk/Makefile
  head/devel/shtk/distinfo
  head/devel/shtk/pkg-plist

Modified: head/devel/shtk/Makefile
==============================================================================
--- head/devel/shtk/Makefile	Mon Dec 30 16:53:21 2013	(r338139)
+++ head/devel/shtk/Makefile	Mon Dec 30 16:54:11 2013	(r338140)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	shtk
-PORTVERSION=	1.3
+PORTVERSION=	1.4
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/jmmv/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ \
 		LOCAL/jmmv

Modified: head/devel/shtk/distinfo
==============================================================================
--- head/devel/shtk/distinfo	Mon Dec 30 16:53:21 2013	(r338139)
+++ head/devel/shtk/distinfo	Mon Dec 30 16:54:11 2013	(r338140)
@@ -1,2 +1,2 @@
-SHA256 (shtk-1.3.tar.gz) = a8f613bce4183986510ca0cc25622505926a111d7e14dc8a6bd4433dea3ac0cd
-SIZE (shtk-1.3.tar.gz) = 74629
+SHA256 (shtk-1.4.tar.gz) = 14501d7426f7fe5ab42901a383d7b6d2ec2f7368c43724be7dc12c5207fd9550
+SIZE (shtk-1.4.tar.gz) = 79127

Modified: head/devel/shtk/pkg-plist
==============================================================================
--- head/devel/shtk/pkg-plist	Mon Dec 30 16:53:21 2013	(r338139)
+++ head/devel/shtk/pkg-plist	Mon Dec 30 16:54:11 2013	(r338140)
@@ -7,7 +7,9 @@ share/doc/shtk/COPYING
 share/doc/shtk/NEWS
 share/doc/shtk/README
 share/shtk/base.subr
+share/shtk/bool.subr
 share/shtk/bootstrap.subr
+share/shtk/cleanup.subr
 share/shtk/cli.subr
 share/shtk/config.subr
 share/shtk/cvs.subr


More information about the svn-ports-head mailing list