pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hunspell hunspell: Simplify distfile handling...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d55c58a761dc
branches: trunk
changeset: 314359:d55c58a761dc
user: leot <leot%pkgsrc.org@localhost>
date: Fri Oct 26 07:43:05 2018 +0000
description:
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.
diffstat:
textproc/hunspell/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 1cfc55c1a81e -r d55c58a761dc textproc/hunspell/Makefile
--- a/textproc/hunspell/Makefile Thu Oct 25 23:00:23 2018 +0000
+++ b/textproc/hunspell/Makefile Fri Oct 26 07:43:05 2018 +0000
@@ -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