Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-redmine-minimalflat-theme devel/ruby-redmin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18c92412f90b
branches:  trunk
changeset: 430913:18c92412f90b
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed May 06 08:31:37 2020 +0000

description:
devel/ruby-redmine-minimalflat-theme: a few clean up

A few clean up.

* Use GITHUB_RELEASE.
* Remove period from COMMENT.

Bump PKGREVISION since two files reduced their size by changing
EOL character.

diffstat:

 devel/ruby-redmine-minimalflat-theme/Makefile |  16 +++++++++-------
 devel/ruby-redmine-minimalflat-theme/distinfo |  10 +++++-----
 2 files changed, 14 insertions(+), 12 deletions(-)

diffs (51 lines):

diff -r 0cbcab5e8712 -r 18c92412f90b devel/ruby-redmine-minimalflat-theme/Makefile
--- a/devel/ruby-redmine-minimalflat-theme/Makefile     Wed May 06 08:15:01 2020 +0000
+++ b/devel/ruby-redmine-minimalflat-theme/Makefile     Wed May 06 08:31:37 2020 +0000
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.4 2017/09/16 19:26:49 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/05/06 08:31:37 taca Exp $
 #
 
-GITHUB_TAG=    v1.0.2
-DISTNAME=      ${GITHUB_TAG}
+DISTNAME=      minimalflat-${GITHUB_RELEASE}
+PKGNAME=       ${RUBY_PKGPREFIX}-redmine-minimalflat-theme-${GITHUB_RELEASE:S/v//1}
+PKGREVISION=   1
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=akabekobeko/}
 GITHUB_PROJECT=        redmine-theme-minimalflat
-PKGNAME=       ${RUBY_PKGPREFIX}-redmine-minimalflat-theme-${DISTNAME:S/v//1}
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=akabekobeko/}
-DIST_SUBDIR=   ruby-redmine-minimalflat-theme
+GITHUB_RELEASE=        v1.0.2
+EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/akabekobeko/redmine-theme-minimalflat
-COMMENT=       Minimal and flat design Redmine theme.
+COMMENT=       Minimal and flat design Redmine theme
 LICENSE=       gnu-gpl-v2
 
 .include "../../meta-pkgs/ruby-redmine-themes/Makefile.common"
@@ -19,6 +20,7 @@
 
 INSTALLATION_DIRS+=    ${MINIMALFLAT_DIR}/fonts ${MINIMALFLAT_DIR}/javascripts
 INSTALLATION_DIRS+=    ${MINIMALFLAT_DIR}/stylesheets
+WRKSRC=                        ${WRKDIR}/minimalflat
 
 do-install:
        for i in fonts javascripts stylesheets; do \
diff -r 0cbcab5e8712 -r 18c92412f90b devel/ruby-redmine-minimalflat-theme/distinfo
--- a/devel/ruby-redmine-minimalflat-theme/distinfo     Wed May 06 08:15:01 2020 +0000
+++ b/devel/ruby-redmine-minimalflat-theme/distinfo     Wed May 06 08:31:37 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/01/04 23:05:13 rodent Exp $
+$NetBSD: distinfo,v 1.4 2020/05/06 08:31:37 taca Exp $
 
-SHA1 (ruby-redmine-minimalflat-theme/v1.0.2.tar.gz) = 22327a088399561a7a4e55d225b04c75ea1b275e
-RMD160 (ruby-redmine-minimalflat-theme/v1.0.2.tar.gz) = 8df8074ecb96cfcb2beff24e306e4bd5009d653d
-SHA512 (ruby-redmine-minimalflat-theme/v1.0.2.tar.gz) = 60a92017d925d0fe19a2d792f283c3431bd67a6675530a3eab009b06d8116a2b5dba22e6da15955e6c95e36180c64b3b52605ecd261d42424a684d6d398b0551
-Size (ruby-redmine-minimalflat-theme/v1.0.2.tar.gz) = 392389 bytes
+SHA1 (minimalflat-v1.0.2.zip) = 189a223de508f5d361a892ce368b6b42898cd21f
+RMD160 (minimalflat-v1.0.2.zip) = 66348de91b11032abb2f4f7f8517383f7472cb02
+SHA512 (minimalflat-v1.0.2.zip) = 19fe15a8a711557b41235178761115e146ad102e02df15311154acd0e926103e0ef8b1ef8a97bf31914395bf8b5c2f65ac792d4a36be64910942b10cebceb261
+Size (minimalflat-v1.0.2.zip) = 245226 bytes



Home | Main Index | Thread Index | Old Index