diff options
author | adam <adam@pkgsrc.org> | 2015-05-04 10:10:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-05-04 10:10:23 +0000 |
commit | 14ef28ff07717a8ef9c893e328a54f461b8b938f (patch) | |
tree | 31400d5f01285a162f989fc0012eec2c4a2ee9f9 /archivers/par2/Makefile | |
parent | 5b630630938d2c628128c76498f612581cb4bb3c (diff) | |
download | pkgsrc-14ef28ff07717a8ef9c893e328a54f461b8b938f.tar.gz |
Changes 0.6.5:
* fix blocksize calculation
* lintian warning spelling fix
* add manfile for par2
* README in Markdown
* add spelling fixes to cmdline output
* fixed some spelling
* simplify FindFiles
Diffstat (limited to 'archivers/par2/Makefile')
-rw-r--r-- | archivers/par2/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/archivers/par2/Makefile b/archivers/par2/Makefile index edb5a65d21f..4b9f7acbbde 100644 --- a/archivers/par2/Makefile +++ b/archivers/par2/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.21 2015/03/09 12:14:44 tnn Exp $ +# $NetBSD: Makefile,v 1.22 2015/05/04 10:10:23 adam Exp $ -DISTNAME= par2-0.6.11 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_GITHUB:=BlackIkeEagle/} -GITHUB_PROJECT= par2cmdline -GITHUB_TAG= v${PKGVERSION_NOREV} +DISTNAME= par2-0.6.12 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_GITHUB:=BlackIkeEagle/} +GITHUB_PROJECT= par2cmdline +GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/BlackIkeEagle/par2cmdline -COMMENT= PAR 2.0 compatible file verification and repair tool -LICENSE= gnu-gpl-v2 +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/BlackIkeEagle/par2cmdline +COMMENT= PAR 2.0 compatible file verification and repair tool +LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes |