aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-10-05 14:43:58 +0800
committerclsung <clsung@FreeBSD.org>2007-10-05 14:43:58 +0800
commit25e1da939b6a786817e2e500b716c32852a69dba (patch)
tree06260bb565f11507055d24be9c69b2e7eaf3c91e /devel
parented3545fb25b58d006a84dfba2fff04cae2079bb0 (diff)
downloadfreebsd-ports-gnome-25e1da939b6a786817e2e500b716c32852a69dba.tar.gz
freebsd-ports-gnome-25e1da939b6a786817e2e500b716c32852a69dba.tar.zst
freebsd-ports-gnome-25e1da939b6a786817e2e500b716c32852a69dba.zip
- Update to 0.12
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-InlineX-C2XS/Makefile2
-rw-r--r--devel/p5-InlineX-C2XS/distinfo6
-rw-r--r--devel/p5-InlineX-C2XS/pkg-descr8
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-InlineX-C2XS/Makefile b/devel/p5-InlineX-C2XS/Makefile
index 2b7e3b6ece90..6da922fe9b70 100644
--- a/devel/p5-InlineX-C2XS/Makefile
+++ b/devel/p5-InlineX-C2XS/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= InlineX-C2XS
-PORTVERSION= 0.11
+PORTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/S/SI/SISYPHUS/
diff --git a/devel/p5-InlineX-C2XS/distinfo b/devel/p5-InlineX-C2XS/distinfo
index 993ae0918cca..45373adb1ab0 100644
--- a/devel/p5-InlineX-C2XS/distinfo
+++ b/devel/p5-InlineX-C2XS/distinfo
@@ -1,3 +1,3 @@
-MD5 (InlineX-C2XS-0.11.tar.gz) = 32169c43d0e46f2ebc0ca8728da6ef92
-SHA256 (InlineX-C2XS-0.11.tar.gz) = 2dbe3bc69d381722bfbd8b3f4e239e4c48661dbe599e5b05c02be8bd7a362375
-SIZE (InlineX-C2XS-0.11.tar.gz) = 12221
+MD5 (InlineX-C2XS-0.12.tar.gz) = 3e7b97ccf5180bba429598bee75d4578
+SHA256 (InlineX-C2XS-0.12.tar.gz) = 1fdee6109f353dd643a88b9752b7971f5ca8a7e99d3a244e2c22f1da22da7b01
+SIZE (InlineX-C2XS-0.12.tar.gz) = 13632
diff --git a/devel/p5-InlineX-C2XS/pkg-descr b/devel/p5-InlineX-C2XS/pkg-descr
index cfe7bf766b7f..a8f74bac8601 100644
--- a/devel/p5-InlineX-C2XS/pkg-descr
+++ b/devel/p5-InlineX-C2XS/pkg-descr
@@ -1,9 +1,9 @@
-Inline::C2XS - create an XS file from an Inline C file.
+InlineX::C2XS - create an XS file from an Inline C file.
-The C file that Inline::C2XS needs to find would contain
+The C file that InlineX::C2XS needs to find would contain
only the C code.
-Inline::C2XS looks for the file in ./src directory - expecting that the
+InlineX::C2XS looks for the file in ./src directory - expecting that the
filename will be the same as what appears after the final '::' in the
module name (with a '.c' extension). ie if the module is called
My::Next::Mod it looks for a file ./src/Mod.c, and creates a file
@@ -17,4 +17,4 @@ appropriate 'Makefile.PL', and 'INLINE.h' (if it's needed),
can be used to build the module in the usual way - without
any dependence upon the Inline::C module.
-WWW: http://search.cpan.org/dist/Inline-C2XS/
+WWW: http://search.cpan.org/dist/InlineX-C2XS/