mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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
This commit is contained in:
parent
e18c97e610
commit
1429fdf8ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338140
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user