- update to 20120808112557 (aka 1.23)
- changes to the ports: * add an options to enable the JSON API (by default off)
This commit is contained in:
parent
197e31f901
commit
4ca6310d25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302607
2 changed files with 12 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= fossil
|
||||
PORTVERSION= 20120317175325
|
||||
PORTVERSION= 20120808112557
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel www
|
||||
MASTER_SITES= http://www.fossil-scm.org/download/
|
||||
|
@ -25,6 +25,15 @@ HAS_CONFIGURE= yes
|
|||
|
||||
USE_GMAKE= yes
|
||||
|
||||
OPTIONS_DEFINE= JSON
|
||||
JSON_DESC= JSON API support
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MJSON}
|
||||
CONFIGURE_ARGS+= --json
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/fossil ${PREFIX}/bin/fossil
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (fossil-src-20120317175325.tar.gz) = 8ea3462a29e645fe0bd062d5742de4e1921a38acced5107d08465821d95aa9b0
|
||||
SIZE (fossil-src-20120317175325.tar.gz) = 2759495
|
||||
SHA256 (fossil-src-20120808112557.tar.gz) = fd0ca7b11906d0dfd4541a7a2518ed41407b4c2985eb09b64aa1390a50c51a4a
|
||||
SIZE (fossil-src-20120808112557.tar.gz) = 2811716
|
||||
|
|
Loading…
Reference in a new issue