[121057] trunk/dports/office/vit
g5pw at macports.org
g5pw at macports.org
Mon Jun 16 06:45:00 PDT 2014
Revision: 121057
https://trac.macports.org/changeset/121057
Author: g5pw at macports.org
Date: 2014-06-16 06:45:00 -0700 (Mon, 16 Jun 2014)
Log Message:
-----------
office/vit
update to 1.2
rename patchfiles to conform to guidelines
update homepage and master_sites
fix livecheck
Modified Paths:
--------------
trunk/dports/office/vit/Portfile
Added Paths:
-----------
trunk/dports/office/vit/files/patch-configure.diff
trunk/dports/office/vit/files/patch-vit.pl.diff
Removed Paths:
-------------
trunk/dports/office/vit/files/configure.patch
trunk/dports/office/vit/files/vit.pl.patch
Modified: trunk/dports/office/vit/Portfile
===================================================================
--- trunk/dports/office/vit/Portfile 2014-06-16 13:15:46 UTC (rev 121056)
+++ trunk/dports/office/vit/Portfile 2014-06-16 13:45:00 UTC (rev 121057)
@@ -4,8 +4,7 @@
PortSystem 1.0
name vit
-version 1.1
-revision 1
+version 1.2
maintainers g5pw openmaintainer
categories office
description Vit is a full-screen terminal interface for Taskwarrior
@@ -13,21 +12,23 @@
for native Taskwarrior colorization.
platforms darwin
+license GPL-3+
supported_archs noarch
-homepage http://taskwarrior.org/projects/1/wiki/Vit
+homepage http://tasktools.org/projects/vit.html
-master_sites http://taskwarrior.org/attachments/606/
+master_sites http://taskwarrior.org/download/
-checksums rmd160 0a80ff4b8b305f6776c2c7f34e7c3fe0ca59b8c3 \
- sha256 9b8cce2447b1d8247c6e6317b75dc76daf4f0f30a2a8160755c3befeafc8c6be
+checksums rmd160 492f50e2f8b3cefb766dd78750a00e69083550ef \
+ sha256 a78dee573130c8d6bc92cf60fafac0abc78dd2109acfba587cb0ae202ea5bbd0
-depends_lib port:task \
- port:p5.16-curses
+depends_lib port:p5.16-curses
-patchfiles configure.patch \
- vit.pl.patch
+depends_run port:task
+patchfiles patch-configure.diff \
+ patch-vit.pl.diff
+
configure.perl ${prefix}/bin/perl5.16
build.target
@@ -41,5 +42,5 @@
${destroot}${prefix}/share/doc/${name}
}
-livecheck.type regex
-livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
+livecheck.url http://tasktools.org/
+livecheck.regex ${name}-(\[0-9\]+\.\[0-9\]+)${extract.suffix}
Deleted: trunk/dports/office/vit/files/configure.patch
===================================================================
--- trunk/dports/office/vit/files/configure.patch 2014-06-16 13:15:46 UTC (rev 121056)
+++ trunk/dports/office/vit/files/configure.patch 2014-06-16 13:45:00 UTC (rev 121057)
@@ -1,15 +0,0 @@
---- configure 2013-04-03 14:49:06.000000000 +0200
-+++ configure.new 2013-06-07 09:51:12.000000000 +0200
-@@ -1771,11 +1771,6 @@
- if test "$PERL" = "NOT_FOUND"; then
- as_fn_error $? "can not continue: perl not found" "$LINENO" 5
- fi
--if test "$PERL" != "/usr/bin/perl"; then
-- echo configure: error: can not continue... perl must be installed as /usr/bin/perl
-- echo confgiure: hint: try \"sudo ln -s $PERL /usr/bin/perl\"
-- exit 1
--fi
-
--PERL_MODULE_CHECK=`perl -e "use Curses" 2> /dev/null; echo $?`
-+PERL_MODULE_CHECK=`$PERL -e "use Curses" 2> /dev/null; echo $?`
- if test "$PERL_MODULE_CHECK" = "2"; then
Copied: trunk/dports/office/vit/files/patch-configure.diff (from rev 121056, trunk/dports/office/vit/files/configure.patch)
===================================================================
--- trunk/dports/office/vit/files/patch-configure.diff (rev 0)
+++ trunk/dports/office/vit/files/patch-configure.diff 2014-06-16 13:45:00 UTC (rev 121057)
@@ -0,0 +1,15 @@
+--- configure 2013-04-03 14:49:06.000000000 +0200
++++ configure.new 2013-06-07 09:51:12.000000000 +0200
+@@ -1771,11 +1771,6 @@
+ if test "$PERL" = "NOT_FOUND"; then
+ as_fn_error $? "can not continue: perl not found" "$LINENO" 5
+ fi
+-if test "$PERL" != "/usr/bin/perl"; then
+- echo configure: error: can not continue... perl must be installed as /usr/bin/perl
+- echo confgiure: hint: try \"sudo ln -s $PERL /usr/bin/perl\"
+- exit 1
+-fi
+
+-PERL_MODULE_CHECK=`perl -e "use Curses" 2> /dev/null; echo $?`
++PERL_MODULE_CHECK=`$PERL -e "use Curses" 2> /dev/null; echo $?`
+ if test "$PERL_MODULE_CHECK" = "2"; then
Copied: trunk/dports/office/vit/files/patch-vit.pl.diff (from rev 121056, trunk/dports/office/vit/files/vit.pl.patch)
===================================================================
--- trunk/dports/office/vit/files/patch-vit.pl.diff (rev 0)
+++ trunk/dports/office/vit/files/patch-vit.pl.diff 2014-06-16 13:45:00 UTC (rev 121057)
@@ -0,0 +1,8 @@
+--- vit.pl 2013-04-03 14:49:06.000000000 +0200
++++ vit.pl.new 2013-06-07 09:50:40.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w
++#!/usr/bin/env perl5.16 -w
+ #
+ # VIT - Visual Interactive Taskwarrior
+ #
Deleted: trunk/dports/office/vit/files/vit.pl.patch
===================================================================
--- trunk/dports/office/vit/files/vit.pl.patch 2014-06-16 13:15:46 UTC (rev 121056)
+++ trunk/dports/office/vit/files/vit.pl.patch 2014-06-16 13:45:00 UTC (rev 121057)
@@ -1,8 +0,0 @@
---- vit.pl 2013-04-03 14:49:06.000000000 +0200
-+++ vit.pl.new 2013-06-07 09:50:40.000000000 +0200
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl -w
-+#!/usr/bin/env perl5.16 -w
- #
- # VIT - Visual Interactive Taskwarrior
- #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140616/c280dabe/attachment-0001.html>
More information about the macports-changes
mailing list