diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-10-14 21:37:08 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-10-14 21:37:08 +0800 |
commit | c314333ac410e53d8e5aff63a781d29e7db1b89f (patch) | |
tree | 8195a45f3fcd2ac37ca723ebc23f3ded10d15559 /x11 | |
parent | 7e594ca58ee6cf182a5dd48fd410e68456c972e9 (diff) | |
download | freebsd-ports-gnome-c314333ac410e53d8e5aff63a781d29e7db1b89f.tar.gz freebsd-ports-gnome-c314333ac410e53d8e5aff63a781d29e7db1b89f.tar.zst freebsd-ports-gnome-c314333ac410e53d8e5aff63a781d29e7db1b89f.zip |
Upgrade to 0.52, and grab maintainer bit.
PR: ports/58000
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-X11-Protocol/Makefile | 25 | ||||
-rw-r--r-- | x11/p5-X11-Protocol/distinfo | 2 |
2 files changed, 18 insertions, 9 deletions
diff --git a/x11/p5-X11-Protocol/Makefile b/x11/p5-X11-Protocol/Makefile index 9afd9f0e4cdf..0268b563afbe 100644 --- a/x11/p5-X11-Protocol/Makefile +++ b/x11/p5-X11-Protocol/Makefile @@ -6,22 +6,31 @@ # PORTNAME= X11-Protocol -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= X11 PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= Perl module that provides an interface roughly equivalent to Xlib PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= X11::Auth.3 X11::Keysyms.3 X11::Protocol::Connection::Socket.3 \ - X11::Protocol::Connection::INETSocket.3 X11::Protocol::Connection::FileHandle.3 \ - X11::Protocol::Connection::UNIXSocket.3 X11::Protocol::Ext::BIG_REQUESTS.3 \ - X11::Protocol::Connection::INETFH.3 X11::Protocol::Connection.3 \ - X11::Protocol::Ext::SHAPE.3 X11::Protocol::Connection::UNIXFH.3 X11::Protocol.3 +MAN3= X11::Auth.3 \ + X11::Keysyms.3 \ + X11::Protocol.3 \ + X11::Protocol::Connection.3 \ + X11::Protocol::Connection::Socket.3 \ + X11::Protocol::Connection::FileHandle.3 \ + X11::Protocol::Connection::INETFH.3 \ + X11::Protocol::Connection::INETSocket.3 \ + X11::Protocol::Connection::UNIXFH.3 \ + X11::Protocol::Connection::UNIXSocket.3 \ + X11::Protocol::Ext::BIG_REQUESTS.3 \ + X11::Protocol::Ext::DPMS.3 \ + X11::Protocol::Ext::SHAPE.3 \ + X11::Protocol::Ext::XC_MISC.3 \ + X11::Protocol::Ext::XFree86_Misc.3 .include <bsd.port.mk> diff --git a/x11/p5-X11-Protocol/distinfo b/x11/p5-X11-Protocol/distinfo index 9ce3c923c3c5..c524efd16657 100644 --- a/x11/p5-X11-Protocol/distinfo +++ b/x11/p5-X11-Protocol/distinfo @@ -1 +1 @@ -MD5 (X11-Protocol-0.51.tar.gz) = 62211641789f587ef45217ba72d9d8f3 +MD5 (X11-Protocol-0.52.tar.gz) = 0168e98b313e5aa1d205fb1d6c102470 |