pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-redmine-minimalflat-theme



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed May  6 08:31:37 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-redmine-minimalflat-theme: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-redmine-minimalflat-theme/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-redmine-minimalflat-theme/distinfo

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

Modified files:

Index: pkgsrc/devel/ruby-redmine-minimalflat-theme/Makefile
diff -u pkgsrc/devel/ruby-redmine-minimalflat-theme/Makefile:1.4 pkgsrc/devel/ruby-redmine-minimalflat-theme/Makefile:1.5
--- pkgsrc/devel/ruby-redmine-minimalflat-theme/Makefile:1.4    Sat Sep 16 19:26:49 2017
+++ pkgsrc/devel/ruby-redmine-minimalflat-theme/Makefile        Wed May  6 08:31:37 2020
@@ -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}
-GITHUB_PROJECT=        redmine-theme-minimalflat
-PKGNAME=       ${RUBY_PKGPREFIX}-redmine-minimalflat-theme-${DISTNAME:S/v//1}
+DISTNAME=      minimalflat-${GITHUB_RELEASE}
+PKGNAME=       ${RUBY_PKGPREFIX}-redmine-minimalflat-theme-${GITHUB_RELEASE:S/v//1}
+PKGREVISION=   1
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=akabekobeko/}
-DIST_SUBDIR=   ruby-redmine-minimalflat-theme
+GITHUB_PROJECT=        redmine-theme-minimalflat
+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 @@ MINIMALFLAT_DIR=      ${REDMINE_THEMEDIR}/min
 
 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 \

Index: pkgsrc/devel/ruby-redmine-minimalflat-theme/distinfo
diff -u pkgsrc/devel/ruby-redmine-minimalflat-theme/distinfo:1.3 pkgsrc/devel/ruby-redmine-minimalflat-theme/distinfo:1.4
--- pkgsrc/devel/ruby-redmine-minimalflat-theme/distinfo:1.3    Wed Jan  4 23:05:13 2017
+++ pkgsrc/devel/ruby-redmine-minimalflat-theme/distinfo        Wed May  6 08:31:37 2020
@@ -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