pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/hunspell
Module Name: pkgsrc
Committed By: leot
Date: Fri Oct 26 07:43:05 UTC 2018
Modified Files:
pkgsrc/textproc/hunspell: Makefile
Log Message:
hunspell: Simplify distfile handling (NFC)
GITHUB_PROJECT by default is already PKGBASE, no need to reinitialize it.
Reuse PKGVERSION_NOREV for GITHUB_TAG.
Remove commented out WRKSRC while here.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/hunspell/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/hunspell/Makefile
diff -u pkgsrc/textproc/hunspell/Makefile:1.28 pkgsrc/textproc/hunspell/Makefile:1.29
--- pkgsrc/textproc/hunspell/Makefile:1.28 Tue Oct 23 11:45:34 2018
+++ pkgsrc/textproc/hunspell/Makefile Fri Oct 26 07:43:05 2018
@@ -1,17 +1,15 @@
-# $NetBSD: Makefile,v 1.28 2018/10/23 11:45:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.29 2018/10/26 07:43:05 leot Exp $
DISTNAME= hunspell-1.6.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=hunspell/}
-GITHUB_PROJECT= hunspell
-GITHUB_TAG= v1.6.2
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= ahoka%NetBSD.org@localhost
HOMEPAGE= https://hunspell.github.io/
COMMENT= Improved spellchecker
LICENSE= mpl-1.1 OR gnu-lgpl-v2.1 OR gnu-gpl-v2
-#WRKSRC= ${WRKDIR}/${DISTNAME:C/-[0-9]+$//}
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config perl:run autoreconf autoconf automake
Home |
Main Index |
Thread Index |
Old Index