mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
- Update to 0.9.2
- Add dependency on OpenSSL - Fix issues reported by portlint
This commit is contained in:
parent
b9fe41a493
commit
7ea9a578f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471433
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sagittarius
|
||||
PORTVERSION= 0.9.0.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \
|
||||
LOCAL/ashish
|
||||
@ -15,13 +14,14 @@ COMMENT= R6RS/R7RS Scheme system
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libffi.pc:devel/libffi
|
||||
LIB_DEPENDS= libffi.so:devel/libffi \
|
||||
libgc-threaded.so:devel/boehm-gc-threaded
|
||||
|
||||
USES= cmake pkgconfig ssl
|
||||
USE_LDCONFIG= yes
|
||||
USES= cmake pkgconfig
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS_DEFINE= ODBC SIMD
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1519509590
|
||||
SHA256 (sagittarius-0.9.0.1.tar.gz) = ca02fb81a5763a07ca11150e86b4762c91de05588bf573c1a7151550896f455d
|
||||
SIZE (sagittarius-0.9.0.1.tar.gz) = 6851478
|
||||
TIMESTAMP = 1527980700
|
||||
SHA256 (sagittarius-0.9.2.tar.gz) = d20cb780bdcadc12243ef971b0f6a7e92b4d104aeca9fef1447394ba764f8ea7
|
||||
SIZE (sagittarius-0.9.2.tar.gz) = 6886424
|
||||
|
@ -739,6 +739,12 @@ libdata/pkgconfig/%%PORTNAME%%.pc
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/toml.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/toml/parser.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/tree.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/xml/dom.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/xml/dom/events.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/xml/dom/factory.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/xml/dom/nodes.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/xml/dom/parser.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/xml/dom/writer.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/time.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/tlv.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/trace.scm
|
||||
|
Loading…
Reference in New Issue
Block a user