Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/acr devel/acr: update to 1.9.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83641ee0f2b9
branches:  trunk
changeset: 434203:83641ee0f2b9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Jun 12 17:23:51 2020 +0000

description:
devel/acr: update to 1.9.3

Changes since 1.9.2:

* Fix @Version@ subst in acr-cat
* Improve variable name filter to make CHKVER happy

diffstat:

 devel/acr/Makefile |  22 +++-------------------
 devel/acr/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 24 deletions(-)

diffs (54 lines):

diff -r fafc639f0d10 -r 83641ee0f2b9 devel/acr/Makefile
--- a/devel/acr/Makefile        Fri Jun 12 17:02:59 2020 +0000
+++ b/devel/acr/Makefile        Fri Jun 12 17:23:51 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/05/16 09:45:49 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2020/06/12 17:23:51 rillig Exp $
 
-DISTNAME=              acr-1.9.2
+DISTNAME=              acr-1.9.3
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=radare/}
 EXTRACT_SUFX=          .zip
@@ -10,25 +10,9 @@
 COMMENT=               Autoconf replacement
 LICENSE=               gnu-gpl-v2
 
-# Only defines the install target
-NO_BUILD=              yes
-
-GNU_CONFIGURE=         yes
+GNU_CONFIGURE=         yes     # not quite, but close enough
 AUTO_MKDIRS=           yes
 
-# Had been forgotten in acr-1.7.2, see Makefile.amr.
-# https://github.com/radare/acr/issues/22
-SUBST_CLASSES+=                ver
-SUBST_STAGE.ver=       post-configure
-SUBST_FILES.ver=       src/acr-cat src/acr-sh
-SUBST_SED.ver=         -e s,@VERSION@,${PKGVERSION_NOREV},
-SUBST_SED.ver+=                -e s,@DATADIR@,${PREFIX}/share,
-
-SUBST_CLASSES+=                eqeq
-SUBST_STAGE.eqeq=      pre-configure
-SUBST_FILES.eqeq=      src/acr-sh
-SUBST_SED.eqeq=                -e '2125s, == , = ,'
-
 post-install:
        ${RUN} cd ${WRKSRC}; \
        ${INSTALL_DATA} configure.acr ${DESTDIR}${PREFIX}/share/examples/acr/
diff -r fafc639f0d10 -r 83641ee0f2b9 devel/acr/distinfo
--- a/devel/acr/distinfo        Fri Jun 12 17:02:59 2020 +0000
+++ b/devel/acr/distinfo        Fri Jun 12 17:23:51 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/05/16 09:45:49 rillig Exp $
+$NetBSD: distinfo,v 1.14 2020/06/12 17:23:51 rillig Exp $
 
-SHA1 (acr-1.9.2.zip) = 088b0bf73d61842f4e701857d579f7afd0b4b727
-RMD160 (acr-1.9.2.zip) = b40d3791de0909b9c41311725abafbf4fe883a5e
-SHA512 (acr-1.9.2.zip) = b5915ae70dc5fb14bb550c634a61de0fbbaa89ec8241996dae59658c4033c21787939940f48ca261591e6a97ee70555f63ac901595447a327870c06b6cc3365a
-Size (acr-1.9.2.zip) = 95741 bytes
+SHA1 (acr-1.9.3.zip) = 9c1b8978c11c62f15c1cfe13a51ed63383cb378b
+RMD160 (acr-1.9.3.zip) = 57b7a173413ef26a442ff2ed25cf12cefd1268f1
+SHA512 (acr-1.9.3.zip) = e1fd2d03766e4bcff6b3f733f63df337c4565388228c684b02fcefae11aea07ab671bf33515bd7a2cce9106befabe0f77c2552d86989a3ec77bec35a29238c80
+Size (acr-1.9.3.zip) = 95738 bytes



Home | Main Index | Thread Index | Old Index