diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-15 17:50:27 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-15 17:50:27 +0000 |
commit | e974ba97682ad9d5dbe01baf8a59fdf49ab19557 (patch) | |
tree | 0788be4627d8a8aecc45ee33f5836b56dff25e8a /misc | |
parent | 404e6648c1b583d851c7715c1432d315d936d8fd (diff) | |
download | pkgsrc-e974ba97682ad9d5dbe01baf8a59fdf49ab19557.tar.gz |
Update misc/vera to 1.16
Update Homepage, and use ${INFO_DIR} instead of info/
This fixes PR 31790, the old version's distfile was removed from MASTER_SITE
Diffstat (limited to 'misc')
-rw-r--r-- | misc/vera/Makefile | 8 | ||||
-rw-r--r-- | misc/vera/distinfo | 10 | ||||
-rw-r--r-- | misc/vera/patches/patch-aa | 26 |
3 files changed, 22 insertions, 22 deletions
diff --git a/misc/vera/Makefile b/misc/vera/Makefile index f17c0f0fe4f..584e707842d 100644 --- a/misc/vera/Makefile +++ b/misc/vera/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:22 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/10/15 17:50:27 tonio Exp $ -DISTNAME= vera-1.11 +DISTNAME= vera-1.16 CATEGORIES= misc MASTER_SITES= http://home.snafu.de/ohei/FTP/ \ ${MASTER_SITE_GNU:=vera/} MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://userpage.fu-berlin.de/~oheiabbd/vera-e.html +HOMEPAGE= http://cgi.snafu.de/ohei/user-cgi-bin/veramain-e.cgi COMMENT= Virtual Entity of Relevant Acronyms USE_MAKEINFO= YES @@ -18,6 +18,6 @@ do-build: cd ${WRKSRC} && ${MAKEINFO} vera.texi do-install: - ${INSTALL_DATA} ${WRKSRC}/vera.info* ${PREFIX}/info + ${INSTALL_DATA} ${WRKSRC}/vera.info* ${PREFIX}/${INFO_DIR} .include "../../mk/bsd.pkg.mk" diff --git a/misc/vera/distinfo b/misc/vera/distinfo index 02cb9633108..837d726f8fa 100644 --- a/misc/vera/distinfo +++ b/misc/vera/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 11:02:58 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/10/15 17:50:27 tonio Exp $ -SHA1 (vera-1.11.tar.gz) = 7a8da43857a65499b38e0c22b0900564407dea21 -RMD160 (vera-1.11.tar.gz) = b6956c77dff35e03059c2fd696a963ba715fe6d6 -Size (vera-1.11.tar.gz) = 182984 bytes -SHA1 (patch-aa) = 9f2263e979d537977dcdec2b0a4a49209ca02832 +SHA1 (vera-1.16.tar.gz) = dab42957a4feac87a9392b71f9eab7a6b3237d36 +RMD160 (vera-1.16.tar.gz) = fec1ba7363d203cbedf7780036000796dbaeaa3b +Size (vera-1.16.tar.gz) = 201196 bytes +SHA1 (patch-aa) = 6b9256fc594c9d0137149dddb81e7582dcf0ea80 diff --git a/misc/vera/patches/patch-aa b/misc/vera/patches/patch-aa index feee64093d0..bacfe94562a 100644 --- a/misc/vera/patches/patch-aa +++ b/misc/vera/patches/patch-aa @@ -1,15 +1,15 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/01/18 01:15:53 hubertf Exp $ +$NetBSD: patch-aa,v 1.2 2005/10/15 17:50:27 tonio Exp $ ---- vera.texi.orig Tue Mar 9 23:29:09 1999 -+++ vera.texi Tue Mar 9 23:34:16 1999 +--- vera.texi.orig 2005-06-12 01:27:44.000000000 +0200 ++++ vera.texi @@ -2,6 +2,10 @@ - @c %**start of header - @setfilename vera.info - @settitle V.E.R.A@. --- Virtual Entity of Relevant Acronyms -+@dircategory Miscellaneous -+@direntry -+* VERA: (vera). A list dealing with computational acronyms. -+@end direntry - @setchapternewpage on - @c %**end of header - + @c %**start of header
+ @setfilename vera.info
+ @settitle V.E.R.A@. --- Virtual Entity of Relevant Acronyms
++@dircategory Miscellaneous
++@direntry
++* VERA: (vera). A list dealing with computational acronyms.
++@end direntry
+ @setchapternewpage on
+ @c %**end of header
+
|