pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/indexinfo



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan 23 05:22:00 UTC 2022

Modified Files:
        pkgsrc/print/indexinfo: Makefile distinfo

Log Message:
(print/indexinfo) Updated 0.2.6 to 0.3.1, explicit ChnageLog Unknown, but

it seems compression function added.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/indexinfo/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/indexinfo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/indexinfo/Makefile
diff -u pkgsrc/print/indexinfo/Makefile:1.2 pkgsrc/print/indexinfo/Makefile:1.3
--- pkgsrc/print/indexinfo/Makefile:1.2 Wed Jul  4 13:40:33 2018
+++ pkgsrc/print/indexinfo/Makefile     Sun Jan 23 05:22:00 2022
@@ -1,26 +1,24 @@
-# $NetBSD: Makefile,v 1.2 2018/07/04 13:40:33 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/23 05:22:00 mef Exp $
 
-PKGNAME=       indexinfo-0.2.6
+DISTNAME=      indexinfo-0.3.1
 CATEGORIES=    print
-MASTER_SITES=  https://github.com/bapt/indexinfo/archive/
-DIST_SUBDIR=   indexinfo
-DISTFILES=     0.2.6.tar.gz
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=bapt/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/bapt/indexinfo
 COMMENT=       Utility to regenerate the GNU info page index
+LICENSE=       2-clause-bsd
 
-pre-install:
-       ${MKDIR} ${DESTDIR}${PREFIX}/bin
+AUTO_MKDIRS=   yes
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} != "FreeBSD" && ${OPSYS} != "DragonFly"
-SUBST_CLASSES+=                reallocf
-SUBST_STAGE.reallocf=  pre-configure
-SUBST_FILES.reallocf=  indexinfo.c
-SUBST_SED.reallocf=    -e "s|reallocf|realloc|"
-SUBST_MESSAGE.reallocf=        Replace reallocf with realloc on ${OPSYS}
-.endif
+# .if ${OPSYS} != "FreeBSD" && ${OPSYS} != "DragonFly"
+# SUBST_CLASSES+=              reallocf
+# SUBST_STAGE.reallocf=        pre-configure
+# SUBST_FILES.reallocf=        indexinfo.c
+# SUBST_SED.reallocf=  -e "s|reallocf|realloc|"
+# SUBST_MESSAGE.reallocf=      Replace reallocf with realloc on ${OPSYS}
+# .endif
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/indexinfo/distinfo
diff -u pkgsrc/print/indexinfo/distinfo:1.3 pkgsrc/print/indexinfo/distinfo:1.4
--- pkgsrc/print/indexinfo/distinfo:1.3 Tue Oct 26 11:12:08 2021
+++ pkgsrc/print/indexinfo/distinfo     Sun Jan 23 05:22:00 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:12:08 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/01/23 05:22:00 mef Exp $
 
-BLAKE2s (indexinfo/0.2.6.tar.gz) = 0d48c4311cf11d5ac1b530529c63c92536adbfd5b2f2745899a9cdd4df206595
-SHA512 (indexinfo/0.2.6.tar.gz) = 41bd8d81a30925b19622bbf9cd4d78082d7fec0af778c7325f5f5b4aa5df9a18b0e4f15dd76c1e0bd10f0ae5db2a4853b8991bfd3c59e9530b5836068b34f7b0
-Size (indexinfo/0.2.6.tar.gz) = 3399 bytes
+BLAKE2s (indexinfo-0.3.1.tar.gz) = f68c3f99060b39b893fc8dbcc92bf7215cff9c383b5387fc018bc7390db8afb5
+SHA512 (indexinfo-0.3.1.tar.gz) = 2ea97f4ec9475727e6212894c3bc623c05506e5f264d0af29308ae050707273a22ffbd50ac4b07a887319e59b91b82a40e3f2e658996349127c43d122f6f3f66
+Size (indexinfo-0.3.1.tar.gz) = 3860 bytes



Home | Main Index | Thread Index | Old Index