Sat Sep 13 12:01:16 2014 UTC ()
Update to 1.21a.  Changes:

    Fixed file inclusion error for FDL when using makeinfo.
    Switch to FDL version 1.3.


(shattered)
diff -r1.20 -r1.21 pkgsrc/misc/vera/Makefile
diff -r1.5 -r1.6 pkgsrc/misc/vera/distinfo
diff -r1.2 -r1.3 pkgsrc/misc/vera/patches/patch-aa

cvs diff -r1.20 -r1.21 pkgsrc/misc/vera/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/vera/Makefile 2013/04/06 20:27:25 1.20
+++ pkgsrc/misc/vera/Makefile 2014/09/13 12:01:16 1.21
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.20 2013/04/06 20:27:25 rodent Exp $ 1# $NetBSD: Makefile,v 1.21 2014/09/13 12:01:16 shattered Exp $
2 2
3DISTNAME= vera-1.16 3DISTNAME= vera-1.21a
4CATEGORIES= misc 4CATEGORIES= misc
5MASTER_SITES= http://home.snafu.de/ohei/FTP/ \ 5MASTER_SITES= ${MASTER_SITE_GNU:=vera/}
6 ${MASTER_SITE_GNU:=vera/} 
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://cgi.snafu.de/ohei/user-cgi-bin/veramain-e.cgi 8HOMEPAGE= http://cgi.snafu.de/ohei/user-cgi-bin/veramain-e.cgi
10COMMENT= Virtual Entity of Relevant Acronyms 9COMMENT= Virtual Entity of Relevant Acronyms
 10LICENSE= gnu-fdl-v1.3
11 11
12USE_TOOLS+= makeinfo 12USE_TOOLS+= makeinfo
13INFO_FILES= yes 13INFO_FILES= yes
14 14
15INSTALLATION_DIRS= ${PKGINFODIR} 15INSTALLATION_DIRS= ${PKGINFODIR}
16 16
17do-build: 17do-build:
18 cd ${WRKSRC} && makeinfo vera.texi 18 cd ${WRKSRC} && makeinfo vera.texi
19 19
20do-install: 20do-install:
21 cd ${WRKSRC}; for f in vera.info vera.info-[0-9]*; do \ 21 cd ${WRKSRC}; for f in vera.info vera.info-[0-9]*; do \
22 ${TEST} ! -f "$$f" || \ 22 ${TEST} ! -f "$$f" || \
23 ${INSTALL_DATA} "$$f" ${DESTDIR}${PREFIX}/${PKGINFODIR};\ 23 ${INSTALL_DATA} "$$f" ${DESTDIR}${PREFIX}/${PKGINFODIR};\

cvs diff -r1.5 -r1.6 pkgsrc/misc/vera/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/vera/distinfo 2005/10/15 17:50:27 1.5
+++ pkgsrc/misc/vera/distinfo 2014/09/13 12:01:16 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2005/10/15 17:50:27 tonio Exp $ 1$NetBSD: distinfo,v 1.6 2014/09/13 12:01:16 shattered Exp $
2 2
3SHA1 (vera-1.16.tar.gz) = dab42957a4feac87a9392b71f9eab7a6b3237d36 3SHA1 (vera-1.21a.tar.gz) = 950d68027f69ab48bb92b85f6492cbb052f288c6
4RMD160 (vera-1.16.tar.gz) = fec1ba7363d203cbedf7780036000796dbaeaa3b 4RMD160 (vera-1.21a.tar.gz) = 305aa3f2a1000e0f2f79a495661c417d4979a546
5Size (vera-1.16.tar.gz) = 201196 bytes 5Size (vera-1.21a.tar.gz) = 237858 bytes
6SHA1 (patch-aa) = 6b9256fc594c9d0137149dddb81e7582dcf0ea80 6SHA1 (patch-aa) = 563a4486a5f57624652cc591c48cd3e95723766f

cvs diff -r1.2 -r1.3 pkgsrc/misc/vera/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/misc/vera/patches/patch-aa 2005/10/15 17:50:27 1.2
+++ pkgsrc/misc/vera/patches/patch-aa 2014/09/13 12:01:16 1.3
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-aa,v 1.2 2005/10/15 17:50:27 tonio Exp $ 1$NetBSD: patch-aa,v 1.3 2014/09/13 12:01:16 shattered Exp $
2 2
3--- vera.texi.orig 2005-06-12 01:27:44.000000000 +0200 3--- vera.texi.orig 2013-09-04 17:54:33.000000000 +0000
4+++ vera.texi 4+++ vera.texi
5@@ -2,6 +2,10 @@ 5@@ -2,6 +2,10 @@
6 @c %**start of header  6 @c %**start of header
7 @setfilename vera.info  7 @setfilename vera.info
8 @settitle V.E.R.A@. --- Virtual Entity of Relevant Acronyms  8 @settitle V.E.R.A@. --- Virtual Entity of Relevant Acronyms
9+@dircategory Miscellaneous  9+@dircategory Miscellaneous
10+@direntry  10+@direntry
11+* VERA: (vera). A list dealing with computational acronyms.  11+* VERA: (vera). A list dealing with computational acronyms.
12+@end direntry  12+@end direntry
13 @setchapternewpage on  13 @setchapternewpage on
14 @c %**end of header  14 @c %**end of header
15  15