diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-19 07:18:03 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-19 07:18:03 +0800 |
commit | 88a052ac8904f5bba16734cd6a045db04c536f39 (patch) | |
tree | 895a5155125f6edcc4219f7e6f2b4e63ae80537c /devel | |
parent | b7d4343157254c98cda0d4f441b5b41da1b5a124 (diff) | |
download | freebsd-ports-graphics-88a052ac8904f5bba16734cd6a045db04c536f39.tar.gz freebsd-ports-graphics-88a052ac8904f5bba16734cd6a045db04c536f39.tar.zst freebsd-ports-graphics-88a052ac8904f5bba16734cd6a045db04c536f39.zip |
- Update to 1.37
- delete some verticle whitepace in pkg-descr to silent portlint
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Filter/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Filter/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Filter/pkg-descr | 4 |
3 files changed, 4 insertions, 8 deletions
diff --git a/devel/p5-Filter/Makefile b/devel/p5-Filter/Makefile index a7438beddb8..64784d33eaa 100644 --- a/devel/p5-Filter/Makefile +++ b/devel/p5-Filter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Filter -PORTVERSION= 1.36 +PORTVERSION= 1.37 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Filter/distinfo b/devel/p5-Filter/distinfo index fd4d46001b5..1973edd0294 100644 --- a/devel/p5-Filter/distinfo +++ b/devel/p5-Filter/distinfo @@ -1,3 +1,3 @@ -MD5 (Filter-1.36.tar.gz) = ab01dbbf0179c15f39caff392e524b11 -SHA256 (Filter-1.36.tar.gz) = decea3da83f14baf93215acea01fe66531de78ef5d4b98af7ac82c60d8ba5fe0 -SIZE (Filter-1.36.tar.gz) = 81114 +MD5 (Filter-1.37.tar.gz) = 953d397b42f21960c267e4ce5cb6ee36 +SHA256 (Filter-1.37.tar.gz) = bcc08b554db9e9d904ba573a381858f7beee4f46ca228741c14935fe6718df4c +SIZE (Filter-1.37.tar.gz) = 81056 diff --git a/devel/p5-Filter/pkg-descr b/devel/p5-Filter/pkg-descr index c92cd70f673..58faecb5f2a 100644 --- a/devel/p5-Filter/pkg-descr +++ b/devel/p5-Filter/pkg-descr @@ -1,8 +1,6 @@ Contents of p5-Filter ===================== - Filter::sh - use Filter::sh 'command' ; This filter pipes the current source file through the @@ -10,14 +8,12 @@ Filter::sh the Bourne shell. Filter::exec - use Filter::exec qw(command parameters) ; This filter pipes the current source file through the program which corresponds to the command parameter. Filter::cpp - use Filter::cpp ; This source filter pipes the current source file through |