pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-unicorn



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Dec 23 13:39:39 UTC 2022

Modified Files:
        pkgsrc/www/ruby-unicorn: Makefile PLIST

Log Message:
www/ruby-unicorn: switch to use RUBYGEM_MANPAGES

Switch to use RUBYGEM_MANPAGES.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-unicorn/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/ruby-unicorn/PLIST

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

Modified files:

Index: pkgsrc/www/ruby-unicorn/Makefile
diff -u pkgsrc/www/ruby-unicorn/Makefile:1.20 pkgsrc/www/ruby-unicorn/Makefile:1.21
--- pkgsrc/www/ruby-unicorn/Makefile:1.20       Wed Aug 31 16:01:30 2022
+++ pkgsrc/www/ruby-unicorn/Makefile    Fri Dec 23 13:39:38 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2022/08/31 16:01:30 taca Exp $
+# $NetBSD: Makefile,v 1.21 2022/12/23 13:39:38 taca Exp $
 
 DISTNAME=      unicorn-6.1.0
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,6 +14,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-raindrops>=0
 
 USE_GCC_RUNTIME=       yes
 RUBYGEM_OPTIONS+=      --format-executable
+RUBYGEM_MANPAGES=      yes
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/ruby-unicorn/PLIST
diff -u pkgsrc/www/ruby-unicorn/PLIST:1.15 pkgsrc/www/ruby-unicorn/PLIST:1.16
--- pkgsrc/www/ruby-unicorn/PLIST:1.15  Wed Aug 31 16:01:30 2022
+++ pkgsrc/www/ruby-unicorn/PLIST       Fri Dec 23 13:39:38 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2022/08/31 16:01:30 taca Exp $
+@comment $NetBSD: PLIST,v 1.16 2022/12/23 13:39:38 taca Exp $
 bin/unicorn${RUBY_SUFFIX}
 bin/unicorn_rails${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -170,3 +170,5 @@ ${GEM_LIBDIR}/unicorn.gemspec
 ${GEM_LIBDIR}/unicorn_1
 ${GEM_LIBDIR}/unicorn_rails_1
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+${PLIST.rubygem_man}man/man1/unicorn.1
+${PLIST.rubygem_man}man/man1/unicorn_rails.1



Home | Main Index | Thread Index | Old Index