mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Update to 1.0
- Interim fix for new ruby world order [1] PR: 122507 [1] Submitted by: bf <bf2006a@yahoo.com> [1]
This commit is contained in:
parent
da789f6807
commit
408437f7f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211565
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ck4up
|
||||
PORTVERSION= 0.2.4
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://jue.li/crux/ck4up/
|
||||
|
||||
@ -17,6 +17,9 @@ RUN_DEPENDS= ${RUBY_ARCHLIBDIR}/gdbm.so:${PORTSDIR}/databases/ruby-gdbm
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_RUBY= yes
|
||||
RUBY_VER= 1.8
|
||||
RUBY_NO_BUILD_DEPENDS= yes
|
||||
RUBY_SHEBANG_FILES= ck4up.rb
|
||||
|
||||
MAN1= ck4up.1
|
||||
|
||||
@ -24,7 +27,7 @@ PLIST_DIRS= %%EXAMPLESDIR%%
|
||||
PLIST_FILES= bin/ck4up %%EXAMPLESDIR%%/ck4up.conf
|
||||
|
||||
post-patch:
|
||||
${RUBY} -i -pe 'gsub /%%PREFIX%%/, "${PREFIX}"' ${WRKSRC}/*
|
||||
@${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/*
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ck4up-0.2.4.tar.gz) = 2f289ac618c504aec574e272141e9f39
|
||||
SHA256 (ck4up-0.2.4.tar.gz) = af610cdfa72a7fbe11baed98656f6e33053bcda6af277140b00f22c6223a4e22
|
||||
SIZE (ck4up-0.2.4.tar.gz) = 6588
|
||||
MD5 (ck4up-1.0.tar.gz) = 314a6e2a273e41f8d585aec13c8c8ac3
|
||||
SHA256 (ck4up-1.0.tar.gz) = 6ce0af975752d3e645694643f5071e05a7dc66481fd496d6b895013406aed1b8
|
||||
SIZE (ck4up-1.0.tar.gz) = 6940
|
||||
|
@ -1,8 +0,0 @@
|
||||
--- ck4up.rb.orig Sun Nov 19 21:39:42 2006
|
||||
+++ ck4up.rb Sun Nov 19 21:40:03 2006
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /usr/bin/ruby
|
||||
+#! %%PREFIX%%/bin/ruby
|
||||
#
|
||||
# ck4up
|
||||
#
|
Loading…
Reference in New Issue
Block a user