pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/alex
Module Name: pkgsrc
Committed By: fhajny
Date: Tue Sep 6 14:43:14 UTC 2016
Modified Files:
pkgsrc/devel/alex: Makefile distinfo
Log Message:
Update devel/alex to 3.1.7. Fix configure env wrap.
Changes in 3.1.7:
- Add support for %encoding directive (allows to control --latin1
from inside Alex scripts)
- Make code forward-compatible with in-progress proposals
- Suppress more warnings
Changes in 3.1.6:
- sdist for 3.1.5 was mis-generated, causing it to ask for Happy
when building.
Changes in 3.1.5:
- Generate less warning-laden code, and suppress other warnings.
- Bug fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/alex/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/alex/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/alex/Makefile
diff -u pkgsrc/devel/alex/Makefile:1.3 pkgsrc/devel/alex/Makefile:1.4
--- pkgsrc/devel/alex/Makefile:1.3 Sun Dec 13 14:14:35 2015
+++ pkgsrc/devel/alex/Makefile Tue Sep 6 14:43:14 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2015/12/13 14:14:35 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.4 2016/09/06 14:43:14 fhajny Exp $
-DISTNAME= alex-3.1.4
+DISTNAME= alex-3.1.7
PKGNAME= ${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel
MAINTAINER= esg%sdf.lonestar.org@localhost
@@ -14,7 +13,8 @@ USE_TOOLS+= autoconf
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
pre-configure:
- cd ${WRKSRC}/doc && autoconf && ./configure
+ cd ${WRKSRC}/doc && autoconf && ${PKGSRC_SETENV} ${CONFIGURE_ENV} \
+ ${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} ./configure
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/alex.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
Index: pkgsrc/devel/alex/distinfo
diff -u pkgsrc/devel/alex/distinfo:1.2 pkgsrc/devel/alex/distinfo:1.3
--- pkgsrc/devel/alex/distinfo:1.2 Tue Nov 3 03:27:13 2015
+++ pkgsrc/devel/alex/distinfo Tue Sep 6 14:43:14 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:27:13 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/09/06 14:43:14 fhajny Exp $
-SHA1 (alex-3.1.4.tar.gz) = c9ab9bb8bbcc0cfe84086da872bb98b3fe67f946
-RMD160 (alex-3.1.4.tar.gz) = c708edb7f57eeb11b2bdb6b45bf3a1dab6de2ec8
-SHA512 (alex-3.1.4.tar.gz) = 880a6a97b62701712f28c9dc649d90c50bfedecd2c52d7a3781b2f1672826cb2b7a8872528acbae16448494f07743a4c2b4a80e4a9d8de049077fdf4f4bd75d0
-Size (alex-3.1.4.tar.gz) = 101827 bytes
+SHA1 (alex-3.1.7.tar.gz) = c2c66eb9a4ba6c4c972b4efe0c9916cbd3eba29b
+RMD160 (alex-3.1.7.tar.gz) = f96a1970e649c5928c8e4450517fa721e8059e10
+SHA512 (alex-3.1.7.tar.gz) = 0c4e87011617d8f8ad7cdf32b91e3ecc65ad66ea378c8086de8cbeb7ae3b37df478fb834e3bc453e3448fcae9d03b19ce9844bba35ad66a3cdf6e912790fe0a1
+Size (alex-3.1.7.tar.gz) = 103624 bytes
Home |
Main Index |
Thread Index |
Old Index