[143440] trunk/dports/devel/vcheck/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 10:57:07 PST 2015


Revision: 143440
          https://trac.macports.org/changeset/143440
Author:   mojca at macports.org
Date:     2015-12-12 08:22:40 -0800 (Sat, 12 Dec 2015)
Log Message:
-----------
vcheck: whitespace, first line, checksums only

Modified Paths:
--------------
    trunk/dports/devel/vcheck/Portfile

Modified: trunk/dports/devel/vcheck/Portfile
===================================================================
--- trunk/dports/devel/vcheck/Portfile	2015-12-12 16:22:18 UTC (rev 143439)
+++ trunk/dports/devel/vcheck/Portfile	2015-12-12 16:22:40 UTC (rev 143440)
@@ -1,33 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		vcheck
-version		1.2.1
-revision    2
-categories	devel
-license		Artistic-1
-maintainers	nomaintainer
-description	latest program package version checker and auto-downloader
-long_description	\
-vcheck is a tool for checking for latest versions of programs at HTTP \
-and FTP locations given a list of URLs and (Perl-style) regular \
-expressions to match, and to optionally download them automatically.
-homepage	http://www.tu-ilmenau.de/~gomar/stuff/vcheck/
-platforms	darwin
-supported_archs	noarch
-master_sites	${homepage}
-use_bzip2	yes
-checksums	md5 712cb91d13ffb4b347b094c9935abca1
+name                vcheck
+version             1.2.1
+revision            2
+categories          devel
+license             Artistic-1
+maintainers         nomaintainer
+description         latest program package version checker and auto-downloader
+long_description    vcheck is a tool for checking for latest versions of programs at HTTP \
+                    and FTP locations given a list of URLs and (Perl-style) regular \
+                    expressions to match, and to optionally download them automatically.
+homepage            http://www.tu-ilmenau.de/~gomar/stuff/vcheck/
+platforms           darwin
+supported_archs     noarch
+master_sites        ${homepage}
+use_bzip2           yes
 
-depends_lib	port:perl5.16
-depends_run	port:p5.16-libwww-perl
+checksums           rmd160  31f98e9010462d29ccc8de7c397740977ba30f04 \
+                    sha256  c0a8021f5af60daf54d724772c7f21dab990e89a9283eb7dfce0cc1a565d25ea
 
+depends_lib         port:perl5.16
+depends_run         port:p5.16-libwww-perl
+
 patch {
     reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|" ${worksrcpath}/vcheck
 }
 
-use_configure	no
+use_configure       no
 
 build {
     system "${prefix}/bin/pod2man-5.16 ${worksrcpath}/vcheck >${worksrcpath}/vcheck.1"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/330ed324/attachment.html>


More information about the macports-changes mailing list