pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/poedit



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Feb 17 13:54:48 UTC 2020

Modified Files:
        pkgsrc/editors/poedit: Makefile

Log Message:
(editors/poedit) Githubify


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/editors/poedit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/poedit/Makefile
diff -u pkgsrc/editors/poedit/Makefile:1.87 pkgsrc/editors/poedit/Makefile:1.88
--- pkgsrc/editors/poedit/Makefile:1.87 Sun Jan 12 20:20:13 2020
+++ pkgsrc/editors/poedit/Makefile      Mon Feb 17 13:54:48 2020
@@ -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