pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb 28 16:14:57 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-redmine-minimalflat2-theme: Makefile PLIST

Log Message:
devel/ruby-redmine-gitmike-theme: switch to use redmine.mk

Switch to use devel/ruby-redmine/redmine.mk.

No PKGREVISION bump since PKGNAME has changed.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/devel/ruby-redmine-minimalflat2-theme/Makefile \
    pkgsrc/devel/ruby-redmine-minimalflat2-theme/PLIST

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-minimalflat2-theme/Makefile
diff -u pkgsrc/devel/ruby-redmine-minimalflat2-theme/Makefile:1.1 pkgsrc/devel/ruby-redmine-minimalflat2-theme/Makefile:1.2
--- pkgsrc/devel/ruby-redmine-minimalflat2-theme/Makefile:1.1   Wed May  6 13:50:39 2020
+++ pkgsrc/devel/ruby-redmine-minimalflat2-theme/Makefile       Sun Feb 28 16:14:57 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/05/06 13:50:39 taca Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/28 16:14:57 taca Exp $
 #
 
 DISTNAME=      minimalflat2-${GITHUB_RELEASE:S/v//1}
-PKGNAME=       ${RUBY_PKGPREFIX}-redmine-minimalflat2-theme-${GITHUB_RELEASE:S/v//1}
+PKGNAME=       ${RUBY_PKGPREFIX}-redmine${RM_VER}-minimalflat2-theme-${GITHUB_RELEASE:S/v//1}
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=akabekobeko/}
 GITHUB_PROJECT=        redmine-theme-minimalflat2
 GITHUB_RELEASE=        v1.7.0
@@ -15,7 +15,7 @@ LICENSE=      gnu-gpl-v2
 
 .include "../../meta-pkgs/ruby-redmine-themes/Makefile.common"
 
-MINIMALFLAT_DIR=       ${REDMINE_THEMEDIR}/minimalflat2
+MINIMALFLAT_DIR=       ${RM_THEMEDIR}/minimalflat2
 MINIMALFLAT_SUBDIRS=   favicon fonts images javascripts stylesheets
 WRKSRC=                        ${WRKDIR}/minimalflat2
 
Index: pkgsrc/devel/ruby-redmine-minimalflat2-theme/PLIST
diff -u pkgsrc/devel/ruby-redmine-minimalflat2-theme/PLIST:1.1 pkgsrc/devel/ruby-redmine-minimalflat2-theme/PLIST:1.2
--- pkgsrc/devel/ruby-redmine-minimalflat2-theme/PLIST:1.1      Wed May  6 13:50:39 2020
+++ pkgsrc/devel/ruby-redmine-minimalflat2-theme/PLIST  Sun Feb 28 16:14:57 2021
@@ -1,22 +1,22 @@
-@comment $NetBSD: PLIST,v 1.1 2020/05/06 13:50:39 taca Exp $
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/favicon/favicon.ico
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/fonts/icon.eot
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/fonts/icon.svg
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/fonts/icon.ttf
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/fonts/icon.woff
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/arrow_down.png
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/draft.png
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/loading.gif
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/openid-bg.gif
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/sort_asc.png
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/sort_desc.png
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/task_parent_end.png
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/transparent.png
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/javascripts/theme.js
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/stylesheets/application.css
-share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/stylesheets/responsive.css
-@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/stylesheets
-@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/javascripts
-@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/images
-@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/fonts
-@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/favicon
+@comment $NetBSD: PLIST,v 1.2 2021/02/28 16:14:57 taca Exp $
+${RM_THEMEDIR}/minimalflat2/favicon/favicon.ico
+${RM_THEMEDIR}/minimalflat2/fonts/icon.eot
+${RM_THEMEDIR}/minimalflat2/fonts/icon.svg
+${RM_THEMEDIR}/minimalflat2/fonts/icon.ttf
+${RM_THEMEDIR}/minimalflat2/fonts/icon.woff
+${RM_THEMEDIR}/minimalflat2/images/arrow_down.png
+${RM_THEMEDIR}/minimalflat2/images/draft.png
+${RM_THEMEDIR}/minimalflat2/images/loading.gif
+${RM_THEMEDIR}/minimalflat2/images/openid-bg.gif
+${RM_THEMEDIR}/minimalflat2/images/sort_asc.png
+${RM_THEMEDIR}/minimalflat2/images/sort_desc.png
+${RM_THEMEDIR}/minimalflat2/images/task_parent_end.png
+${RM_THEMEDIR}/minimalflat2/images/transparent.png
+${RM_THEMEDIR}/minimalflat2/javascripts/theme.js
+${RM_THEMEDIR}/minimalflat2/stylesheets/application.css
+${RM_THEMEDIR}/minimalflat2/stylesheets/responsive.css
+@pkgdir ${RM_THEMEDIR}/minimalflat/stylesheets
+@pkgdir ${RM_THEMEDIR}/minimalflat/javascripts
+@pkgdir ${RM_THEMEDIR}/minimalflat/images
+@pkgdir ${RM_THEMEDIR}/minimalflat/fonts
+@pkgdir ${RM_THEMEDIR}/minimalflat/favicon



Home | Main Index | Thread Index | Old Index