Re: git: 7c28a339995a - main - www/tdom: upgrade from 0.9.1 to 0.9.3
- In reply to: Mikhail Teterin : "git: 7c28a339995a - main - www/tdom: upgrade from 0.9.1 to 0.9.3"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Jan 2024 06:14:37 UTC
This is broken: install -m 0644 /wrkdirs/usr/ports/www/tdom/work/tdom-0.9.3-src/CHANGES /wrkdirs/usr/ports/www/tdom/work/tdom-0.9.3-src/README /wrkdirs/usr/ports/www/tdom/work/stage/usr/local/share/doc/tDOM/ install: /wrkdirs/usr/ports/www/tdom/work/tdom-0.9.3-src/README: No such file or directory *** Error code 71 -- Pietro Cerutti I've pledged to give 10% of income to effective charities and invite you to join me. https://givingwhatwecan.org > On 7 Jan 2024, at 20:46, Mikhail Teterin <mi@freebsd.org> wrote: > > The branch main has been updated by mi: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=7c28a339995a829d27eb1fb3bf6a3303bbea0d40 > > commit 7c28a339995a829d27eb1fb3bf6a3303bbea0d40 > Author: Mikhail Teterin <mi@FreeBSD.org> > AuthorDate: 2024-01-07 19:05:45 +0000 > Commit: Mikhail Teterin <mi@FreeBSD.org> > CommitDate: 2024-01-07 19:07:30 +0000 > > www/tdom: upgrade from 0.9.1 to 0.9.3 > > Change-log: http://www.tdom.org/index.html/dir?ci=release > Prodded by: portscout > --- > www/tdom/Makefile | 7 +++---- > www/tdom/distinfo | 6 +++--- > www/tdom/files/patch-Makefile.in | 14 -------------- > www/tdom/pkg-plist | 1 + > 4 files changed, 7 insertions(+), 21 deletions(-) > > diff --git a/www/tdom/Makefile b/www/tdom/Makefile > index e11cbbd93465..780e9588b7d1 100644 > --- a/www/tdom/Makefile > +++ b/www/tdom/Makefile > @@ -1,9 +1,8 @@ > PORTNAME= tDOM > -PORTVERSION= 0.9.1 > +PORTVERSION= 0.9.3 > CATEGORIES= www > MASTER_SITES= http://tdom.org/downloads/ > -DISTNAME= ${PORTNAME:tl}-${PORTVERSION} > -EXTRACT_SUFX= -src.tgz > +DISTNAME= ${PORTNAME:tl}-${PORTVERSION}-src > > MAINTAINER= mi@aldan.algebra.com > COMMENT= High performance processing of XML and HTML data with Tcl > @@ -16,7 +15,7 @@ USES= tcl:tea > > CONFIGURE_ARGS= --enable-threads --disable-tdomalloc > EXTRACT_AFTER_ARGS=--exclude 'expat*/*.c' --exclude 'expat*/[a-mo-z]*.h' \ > - --exclude 'domalloc*' > + --exclude 'domalloc*' --exclude win > > TEST_TARGET= test > > diff --git a/www/tdom/distinfo b/www/tdom/distinfo > index 10d6b100db6c..b51e0060dc48 100644 > --- a/www/tdom/distinfo > +++ b/www/tdom/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1537791265 > -SHA256 (tdom-0.9.1-src.tgz) = 3b1f644cf07533fe4afaa8cb709cb00a899d9e9ebfa66f4674aa2dcfb398242c > -SIZE (tdom-0.9.1-src.tgz) = 1100163 > +TIMESTAMP = 1704653401 > +SHA256 (tdom-0.9.3-src.tar.gz) = b46bcb6750283bcf41bd6f220cf06e7074752dc8b9a87a192bd81e53caad53f9 > +SIZE (tdom-0.9.3-src.tar.gz) = 1319804 > diff --git a/www/tdom/files/patch-Makefile.in b/www/tdom/files/patch-Makefile.in > index 3e19fe584ece..6d360066ee0d 100644 > --- a/www/tdom/files/patch-Makefile.in > +++ b/www/tdom/files/patch-Makefile.in > @@ -7,17 +7,3 @@ > +MAKE_LIB = @MAKE_LIB@ ${LDFLAGS_DEFAULT} > MAKE_SHARED_LIB = @MAKE_SHARED_LIB@ > MAKE_STATIC_LIB = @MAKE_STATIC_LIB@ > -@@ -217,5 +217,5 @@ > - #======================================================================== > - > --binaries: versionhash.h $(BINARIES) pkgIndex.tcl-hand > -+binaries: $(top_builddir)/versionhash.h $(BINARIES) pkgIndex.tcl-hand > - > - libraries: > -@@ -342,5 +342,5 @@ > - # Create a include file that #define the current fossil hash > - #======================================================================== > --versionhash.h: $(srcdir)/manifest.uuid > -+$(top_builddir)/versionhash.h: $(srcdir)/manifest.uuid > - @echo "#define FOSSIL_HASH \"" | tr -d '\n\r' > $(top_builddir)/versionhash.h > - @cat $(srcdir)/manifest.uuid | tr -d '\n\r' >> $(top_builddir)/versionhash.h > diff --git a/www/tdom/pkg-plist b/www/tdom/pkg-plist > index fbd567bc2df5..3bf420b71af3 100644 > --- a/www/tdom/pkg-plist > +++ b/www/tdom/pkg-plist > @@ -10,6 +10,7 @@ man/mann/domNode.n.gz > man/mann/expat.n.gz > man/mann/expatapi.n.gz > man/mann/pullparser.n.gz > +man/mann/schema.n.gz > man/mann/tdomcmd.n.gz > man/mann/tnc.n.gz > %%PORTDOCS%%%%DOCSDIR%%/html/category-index.html