svn commit: r481600 - head/lang/chicken5
Tobias Kortkamp
tobik at FreeBSD.org
Tue Oct 9 05:49:07 UTC 2018
Author: tobik
Date: Tue Oct 9 05:49:05 2018
New Revision: 481600
URL: https://svnweb.freebsd.org/changeset/ports/481600
Log:
lang/chicken5: Update to 5.0.0rc3
- While here drop some unnecessary patches
Changes: http://code.call-cc.org/dev-snapshots/2018/10/08/NEWS
Modified:
head/lang/chicken5/Makefile
head/lang/chicken5/distinfo
head/lang/chicken5/pkg-plist
Modified: head/lang/chicken5/Makefile
==============================================================================
--- head/lang/chicken5/Makefile Tue Oct 9 05:48:20 2018 (r481599)
+++ head/lang/chicken5/Makefile Tue Oct 9 05:49:05 2018 (r481600)
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= chicken
-DISTVERSION= 5.0.0rc2
+DISTVERSION= 5.0.0rc3
CATEGORIES= lang scheme
-MASTER_SITES= https://code.call-cc.org/dev-snapshots/2018/09/09/
+MASTER_SITES= https://code.call-cc.org/dev-snapshots/2018/10/08/
PKGNAMESUFFIX= 5
MAINTAINER= tobik at FreeBSD.org
@@ -38,13 +38,6 @@ OPTIONS_SUB= yes
FEATHERS_DESC= Install the Feathers debugger (requires Tcl/Tk)
FEATHERS_USES= tk:wrapper,run
-
-post-patch-FEATHERS-off:
- @${REINPLACE_CMD} \
- -e 's/feathers.1//g' \
- -e '/INSTALL_PROGRAM.*_DEBUGGER_/{N;d;}' \
- -e '/INSTALL_PROGRAM.*feathers/d' \
- ${WRKSRC}/rules.make
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/c* \
Modified: head/lang/chicken5/distinfo
==============================================================================
--- head/lang/chicken5/distinfo Tue Oct 9 05:48:20 2018 (r481599)
+++ head/lang/chicken5/distinfo Tue Oct 9 05:49:05 2018 (r481600)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536497161
-SHA256 (chicken-5.0.0rc2.tar.gz) = 237c88fcdd0d31f01923d9c5d0e4a564d22cdee98687a4e1daa2bc97d173e460
-SIZE (chicken-5.0.0rc2.tar.gz) = 4004627
+TIMESTAMP = 1539062658
+SHA256 (chicken-5.0.0rc3.tar.gz) = 5df783518467d5166d64078baaf3ee17a23950e97e5e4957584fdd068a34dc46
+SIZE (chicken-5.0.0rc3.tar.gz) = 4002579
Modified: head/lang/chicken5/pkg-plist
==============================================================================
--- head/lang/chicken5/pkg-plist Tue Oct 9 05:48:20 2018 (r481599)
+++ head/lang/chicken5/pkg-plist Tue Oct 9 05:49:05 2018 (r481600)
@@ -130,6 +130,7 @@ man/man1/csi%%SUFFIX%%.1.gz
%%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken tcp).html
%%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken time posix).html
%%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken time).html
+%%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken type).html
%%PORTDOCS%%%%DOCSDIR%%/manual/Module r4rs.html
%%PORTDOCS%%%%DOCSDIR%%/manual/Module r5rs.html
%%PORTDOCS%%%%DOCSDIR%%/manual/Module scheme.html
More information about the svn-ports-head
mailing list