diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-31 23:43:23 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-31 23:43:23 +0000 |
commit | 6a485bf39c303c2ee530cda64b5fed47894c9a93 (patch) | |
tree | 732a2004fa97af9cc4d77adbcaa7624674a6ec30 /lang | |
parent | c09743c4e7f871cd59bcf7ac41bc038aa2ba1fa9 (diff) | |
download | pkgsrc-6a485bf39c303c2ee530cda64b5fed47894c9a93.tar.gz |
On reflection, bump PKGREVISION as some of the ctype-related adjustments
might have caused functional changes. Also because I removed use of gets()
and the previous version should be marked insecure.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/focal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/focal/Makefile b/lang/focal/Makefile index 33e82f21869..4e093aa68d5 100644 --- a/lang/focal/Makefile +++ b/lang/focal/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2012/05/31 23:40:06 dholland Exp $ +# $NetBSD: Makefile,v 1.9 2012/05/31 23:43:23 dholland Exp $ # DISTNAME= focal PKGNAME= focal81-0 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://home.scarlet.be/~be042720/44/ |