diff options
author | clsung <clsung@FreeBSD.org> | 2006-06-02 10:29:42 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-06-02 10:29:42 +0800 |
commit | a8dca8760c04bf86564cf0af8376a1e9b9613b68 (patch) | |
tree | ed94e1a28cf589045deba32633991777a0da4c54 /x11 | |
parent | fc9017f28f95bbe892aa5020a73b3b0728b27fef (diff) | |
download | freebsd-ports-gnome-a8dca8760c04bf86564cf0af8376a1e9b9613b68.tar.gz freebsd-ports-gnome-a8dca8760c04bf86564cf0af8376a1e9b9613b68.tar.zst freebsd-ports-gnome-a8dca8760c04bf86564cf0af8376a1e9b9613b68.zip |
- update to 0.55
PR: ports/98301
Submitted by: Rong-En Fan <rafan_AT_infor dot org>
Approved by: maintainer (Ying-Chieh Chen)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-X11-Protocol/Makefile | 3 | ||||
-rw-r--r-- | x11/p5-X11-Protocol/distinfo | 6 | ||||
-rw-r--r-- | x11/p5-X11-Protocol/pkg-descr | 1 | ||||
-rw-r--r-- | x11/p5-X11-Protocol/pkg-plist | 1 |
4 files changed, 7 insertions, 4 deletions
diff --git a/x11/p5-X11-Protocol/Makefile b/x11/p5-X11-Protocol/Makefile index 0268b563afbe..051255a00224 100644 --- a/x11/p5-X11-Protocol/Makefile +++ b/x11/p5-X11-Protocol/Makefile @@ -6,7 +6,7 @@ # PORTNAME= X11-Protocol -PORTVERSION= 0.52 +PORTVERSION= 0.55 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= X11 @@ -29,6 +29,7 @@ MAN3= X11::Auth.3 \ X11::Protocol::Connection::UNIXSocket.3 \ X11::Protocol::Ext::BIG_REQUESTS.3 \ X11::Protocol::Ext::DPMS.3 \ + X11::Protocol::Ext::RENDER.3 \ X11::Protocol::Ext::SHAPE.3 \ X11::Protocol::Ext::XC_MISC.3 \ X11::Protocol::Ext::XFree86_Misc.3 diff --git a/x11/p5-X11-Protocol/distinfo b/x11/p5-X11-Protocol/distinfo index 32a2a5570e6f..7c3b1b7ee57e 100644 --- a/x11/p5-X11-Protocol/distinfo +++ b/x11/p5-X11-Protocol/distinfo @@ -1,3 +1,3 @@ -MD5 (X11-Protocol-0.52.tar.gz) = 0168e98b313e5aa1d205fb1d6c102470 -SHA256 (X11-Protocol-0.52.tar.gz) = f9e96dcdfaa7f88e8b9a85d9a51659e94d9613ed1368c27f14fdcd6124cf0bbb -SIZE (X11-Protocol-0.52.tar.gz) = 87414 +MD5 (X11-Protocol-0.55.tar.gz) = 3d914cb8945105a8b96ec1497dee47e2 +SHA256 (X11-Protocol-0.55.tar.gz) = e8bffbeb6f2c9edf59ea9ffc3b9e4ee67f114057e071ae9dc7d62db2b96b9027 +SIZE (X11-Protocol-0.55.tar.gz) = 100774 diff --git a/x11/p5-X11-Protocol/pkg-descr b/x11/p5-X11-Protocol/pkg-descr index b01dbeaae5d7..89a7242be956 100644 --- a/x11/p5-X11-Protocol/pkg-descr +++ b/x11/p5-X11-Protocol/pkg-descr @@ -5,5 +5,6 @@ more object-oriented and easier to use, so as to allow this low level access to eventually be replaced by an XS interface to Xlib. Author: Stephen McCamant +WWW: http://search.cpan.org/dist/X11-Protocol/ --will diff --git a/x11/p5-X11-Protocol/pkg-plist b/x11/p5-X11-Protocol/pkg-plist index 912026402ca3..c84c984b8fc4 100644 --- a/x11/p5-X11-Protocol/pkg-plist +++ b/x11/p5-X11-Protocol/pkg-plist @@ -11,6 +11,7 @@ %%SITE_PERL%%/X11/Protocol/Connection/UNIXSocket.pm %%SITE_PERL%%/X11/Protocol/Ext/BIG_REQUESTS.pm %%SITE_PERL%%/X11/Protocol/Ext/DPMS.pm +%%SITE_PERL%%/X11/Protocol/Ext/RENDER.pm %%SITE_PERL%%/X11/Protocol/Ext/SHAPE.pm %%SITE_PERL%%/X11/Protocol/Ext/XC_MISC.pm %%SITE_PERL%%/X11/Protocol/Ext/XFree86_Misc.pm |