--- devel/boehm-gc/Makefile (revision 463146) +++ devel/boehm-gc/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gc -PORTVERSION= 7.6.2 +PORTVERSION= 7.6.4 CATEGORIES= devel MASTER_SITES= http://www.hboehm.info/gc/gc_source/ \ https://github.com/ivmai/bdwgc/releases/download/v${PORTVERSION}/ @@ -36,15 +36,19 @@ OPTIONS_DEFINE= DEBUG .ifdef GC_VARIANT -INSTLIBS= cord gccpp +CORDLIBS= cord GCLIBS= gc +GCCPPLIBS= gccpp PLIST= ${NONEXISTENT} -PLIST_FILES= ${INSTLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so,} \ - ${INSTLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1,} \ - ${INSTLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.3.0,} \ +PLIST_FILES= ${CORDLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so,} \ + ${CORDLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1,} \ + ${CORDLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.3.0,} \ ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so,} \ - ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.2,} \ - ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.2.2.1,} \ + ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1,} \ + ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.3.2,} \ + ${GCCPPLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so,} \ + ${GCCPPLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1,} \ + ${GCCPPLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.3.1,} \ libdata/pkgconfig/bdw-gc-${GC_VARIANT}.pc RUN_DEPENDS+= ${LOCALBASE}/include/gc/gc.h:devel/boehm-gc . if ${GC_VARIANT} == "redirect" --- devel/boehm-gc/distinfo (revision 463146) +++ devel/boehm-gc/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514920665 -SHA256 (gc-7.6.2.tar.gz) = bd112005563d787675163b5afff02c364fc8deb13a99c03f4e80fdf6608ad41e -SIZE (gc-7.6.2.tar.gz) = 1119725 +TIMESTAMP = 1517313696 +SHA256 (gc-7.6.4.tar.gz) = b94c1f2535f98354811ee644dccab6e84a0cf73e477ca03fb5a3758fb1fecd1c +SIZE (gc-7.6.4.tar.gz) = 1120784 --- devel/boehm-gc/files/patch-doc_gc.man (revision 463146) +++ devel/boehm-gc/files/patch-doc_gc.man (working copy) @@ -1,14 +1,5 @@ --- doc/gc.man.orig 2014-05-22 20:47:28 UTC +++ doc/gc.man -@@ -11,7 +11,7 @@ void GC_free(void *ptr); - void * GC_realloc(void *ptr, size_t size); - .br - .sp --cc ... gc.a -+cc ... -lgc - .LP - .SH DESCRIPTION - .I GC_malloc @@ -88,6 +88,48 @@ This may temporarily write protect pages .LP Other facilities not discussed here include limited facilities to support incremental collection on machines without appropriate VM support, provisions for providing more explicit object layout information to the garbage collector, more direct support for ``weak'' pointers, support for ``abortable'' garbage collections during idle time, etc. --- devel/boehm-gc/files/patch-include_gc_pthread_redirects.h (revision 463146) +++ devel/boehm-gc/files/patch-include_gc_pthread_redirects.h (working copy) @@ -1,5 +1,5 @@ ---- include/gc_pthread_redirects.h.orig 2018-01-04 15:41:42.535207000 +0100 -+++ include/gc_pthread_redirects.h 2018-01-04 15:42:01.806411000 +0100 +--- include/gc_pthread_redirects.h.orig 2018-01-04 14:41:42 UTC ++++ include/gc_pthread_redirects.h @@ -44,12 +44,8 @@ # ifndef GC_NO_PTHREAD_SIGMASK --- devel/boehm-gc/pkg-plist (revision 463146) +++ devel/boehm-gc/pkg-plist (working copy) @@ -23,10 +23,10 @@ lib/libcord.so.1 lib/libcord.so.1.3.0 lib/libgc.so -lib/libgc.so.2 -lib/libgc.so.2.2.1 +lib/libgc.so.1 +lib/libgc.so.1.3.2 lib/libgccpp.so lib/libgccpp.so.1 -lib/libgccpp.so.1.3.0 +lib/libgccpp.so.1.3.1 libdata/pkgconfig/bdw-gc.pc man/man3/gc.3.gz --- devel/dparser/Makefile (revision 463146) +++ devel/dparser/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= dparser PORTVERSION= 1.30 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/ DISTNAME= d-${PORTVERSION}-src --- devel/shards/Makefile (revision 463146) +++ devel/shards/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= shards DISTVERSIONPREFIX= v DISTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= greg@unrelenting.technology --- devel/shedskin/Makefile (revision 463146) +++ devel/shedskin/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= shedskin PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= devel python --- editors/zile/Makefile (revision 463146) +++ editors/zile/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= zile PORTVERSION= 2.4.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= GNU --- finance/gnucash/Makefile (revision 463146) +++ finance/gnucash/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= gnucash PORTVERSION= 2.6.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} --- games/aisleriot/Makefile (revision 463146) +++ games/aisleriot/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= aisleriot PORTVERSION= 3.22.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 --- games/trackballs/Makefile (revision 463146) +++ games/trackballs/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= trackballs PORTVERSION= 1.2.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= martymac@FreeBSD.org --- graphics/graphviz/Makefile (revision 463146) +++ graphics/graphviz/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= graphviz PORTVERSION= 2.40.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ --- graphics/inkscape/Makefile (revision 463146) +++ graphics/inkscape/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.92.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics gnome MASTER_SITES= https://launchpadlibrarian.net/332184472/ \ https://inkscape.org/en/gallery/item/11254/ \ --- lang/crystal/Makefile (revision 463146) +++ lang/crystal/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= crystal DISTVERSIONPREFIX= v DISTVERSION= 0.24.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/:bootstrap DISTFILES= ${BOOTSTRAP_PATH}:bootstrap @@ -45,9 +46,9 @@ .include .if ${OSVERSION} >= 1200000 -BOOTSTRAP_PATH= crystal-0.24.1-freebsd12.0-1 +BOOTSTRAP_PATH= crystal-0.24.1-freebsd12.0-2 .else -BOOTSTRAP_PATH= crystal-0.24.1-freebsd11.1 +BOOTSTRAP_PATH= crystal-0.24.1-freebsd11.1-2 .endif .if ${OSVERSION} < 1100000 IGNORE= not supported on 10.x or older --- lang/crystal/distinfo (revision 463146) +++ lang/crystal/distinfo (working copy) @@ -1,7 +1,7 @@ -TIMESTAMP = 1519120378 -SHA256 (crystal/crystal-0.24.1-freebsd12.0-1) = 005b709905677b9ce9d6e6983f416b03f8fcfeb1ced7c5b8184bd4bdf087d767 -SIZE (crystal/crystal-0.24.1-freebsd12.0-1) = 9245712 -SHA256 (crystal/crystal-0.24.1-freebsd11.1) = 59b0ae355d47a8d95bae75c92c9a320833a707adab6a32138990be0a4c32cf52 -SIZE (crystal/crystal-0.24.1-freebsd11.1) = 9605928 +TIMESTAMP = 1519683639 +SHA256 (crystal/crystal-0.24.1-freebsd12.0-2) = 6519c01ce2c62a32c6d27705e92e01ebf973aa518d503af8c6d4736154276591 +SIZE (crystal/crystal-0.24.1-freebsd12.0-2) = 9245808 +SHA256 (crystal/crystal-0.24.1-freebsd11.1-2) = 654407cef39c2a465eb46f56cd58322de025b75ddb9193a8eb26b654e5c5956c +SIZE (crystal/crystal-0.24.1-freebsd11.1-2) = 9246664 SHA256 (crystal/crystal-lang-crystal-v0.24.1_GH0.tar.gz) = 4999a4d2a9ffc7bfbea8351b97057c3a135c2091cbd518e5c22ea7f5392b67d8 SIZE (crystal/crystal-lang-crystal-v0.24.1_GH0.tar.gz) = 1744210 --- lang/ecl/Makefile (revision 463146) +++ lang/ecl/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= ecl PORTVERSION= 15.3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang lisp MASTER_SITES= SF/${PORTNAME}s/${PORTNAME}s/15.3/ --- lang/guile2/Makefile (revision 463146) +++ lang/guile2/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= guile PORTVERSION= 2.0.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang scheme MASTER_SITES= GNU PKGNAMESUFFIX= 2 --- lang/mdk/Makefile (revision 463146) +++ lang/mdk/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= mdk PORTVERSION= 1.2.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang gnome MASTER_SITES= GNU/${PORTNAME}/v${PORTVERSION} --- lang/neko/Makefile (revision 463146) +++ lang/neko/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= neko PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MAINTAINER= penzin.dev@gmail.com --- lang/oo2c/Makefile (revision 463146) +++ lang/oo2c/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= oo2c PORTVERSION= 2.1.11 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang MASTER_SITES= SF/ooc/ooc2/${PORTVERSION} DISTNAME= ${PORTNAME}_${BITS}-${PORTVERSION} --- lang/sagittarius-scheme/Makefile (revision 463146) +++ lang/sagittarius-scheme/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= sagittarius PORTVERSION= 0.9.0.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \ LOCAL/ashish --- lang/see/Makefile (revision 463146) +++ lang/see/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= see PORTVERSION= 3.1.1424 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang devel MASTER_SITES= http://download.openpkg.org/components/cache/see/ \ http://lil.fr.distfiles.macports.org/see/ \ --- math/asymptote/Makefile (revision 463146) +++ math/asymptote/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= asymptote PORTVERSION= 2.41 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}.src --- net-im/freetalk/Makefile (revision 463146) +++ net-im/freetalk/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= freetalk PORTVERSION= 4.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org --- net-im/gale/Makefile (revision 463146) +++ net-im/gale/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= gale PORTVERSION= 0.99f -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-im MASTER_SITES= http://download.ofb.net/${PORTNAME}/ DISTNAME= ${PORTNAME}-${PORTVERSION}ruit --- textproc/chpp/Makefile (revision 463146) +++ textproc/chpp/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= chpp PORTVERSION= 0.3.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.complang.tuwien.ac.at/schani/chpp/files/ \ http://freebsd.nsu.ru/distfiles/ --- www/w3m/Makefile (revision 463146) +++ www/w3m/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= w3m PORTVERSION= 0.5.3.20180125 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= www ipv6 MAINTAINER?= nobutaka@FreeBSD.org