pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/poedit (editors/poedit) Githubify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/266406b006b2
branches:  trunk
changeset: 423405:266406b006b2
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Feb 17 13:54:48 2020 +0000

description:
(editors/poedit) Githubify

diffstat:

 editors/poedit/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 2b2a64b93071 -r 266406b006b2 editors/poedit/Makefile
--- a/editors/poedit/Makefile   Mon Feb 17 12:12:58 2020 +0000
+++ b/editors/poedit/Makefile   Mon Feb 17 13:54:48 2020 +0000
@@ -1,15 +1,18 @@
-# $NetBSD: Makefile,v 1.87 2020/01/12 20:20:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.88 2020/02/17 13:54:48 mef Exp $
 
-DISTNAME=      poedit-2.2.3
+VERSION=       2.2.3
+DISTNAME=      poedit-${VERSION}
 PKGREVISION=   4
 CATEGORIES=    editors
-MASTER_SITES=  https://github.com/vslavik/poedit/releases/download/v${PKGVERSION_NOREV}-oss/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=vslavik/}
+GITHUB_TAG=    v${VERSION}-oss
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.poedit.net/
 COMMENT=       Cross-platform gettext catalogs (.po files) editor
 LICENSE=       mit
 
+WRKSRC=                ${WRKDIR}/${DISTNAME}
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake pkg-config zip:run



Home | Main Index | Thread Index | Old Index