summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-12-08 17:40:51 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-12-08 17:40:51 +0000
commita00c31de615bd3c79e6728f1521b9e8d70933826 (patch)
tree06f3aeedfe0cb06db26158b6e9de967e13f8b1ad /www
parentfix PLIST problem and unbreak this port. (diff)
Updated to 0.9
Notes
Notes: svn path=/head/; revision=95403
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-NNTPGateway/Makefile4
-rw-r--r--www/p5-Apache-NNTPGateway/distinfo2
-rw-r--r--www/p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm32
-rw-r--r--www/p5-Apache-NNTPGateway/pkg-descr8
4 files changed, 23 insertions, 23 deletions
diff --git a/www/p5-Apache-NNTPGateway/Makefile b/www/p5-Apache-NNTPGateway/Makefile
index 4e459206a4b8..cc2f9de8589f 100644
--- a/www/p5-Apache-NNTPGateway/Makefile
+++ b/www/p5-Apache-NNTPGateway/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= Apache-NNTPGateway
-PORTVERSION= 0.8
+PORTVERSION= 0.9
CATEGORIES= www news perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
PKGNAMEPREFIX= p5-
-MAINTAINER= skv@protey.ru
+MAINTAINER= skv@FreeBSD.org
COMMENT= A NNTP interface for mod_perl enabled Apache web server
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \
diff --git a/www/p5-Apache-NNTPGateway/distinfo b/www/p5-Apache-NNTPGateway/distinfo
index 9550b2aac3d1..253cac224978 100644
--- a/www/p5-Apache-NNTPGateway/distinfo
+++ b/www/p5-Apache-NNTPGateway/distinfo
@@ -1 +1 @@
-MD5 (Apache-NNTPGateway-0.8.tar.gz) = ed210853017145dbb3376f09ba677813
+MD5 (Apache-NNTPGateway-0.9.tar.gz) = b14703a19ed3c8a763d865a46b6116b5
diff --git a/www/p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm b/www/p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm
index bc6f56656340..e127883a16a5 100644
--- a/www/p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm
+++ b/www/p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm
@@ -1,19 +1,13 @@
-*** NNTPGateway.pm.orig Mon Jan 15 18:13:44 2001
---- NNTPGateway.pm Mon Jan 15 18:14:10 2001
-***************
-*** 99,105 ****
- # MESSAGES, stuff that is printed on the users's screen...
- # The current default language: Should be an entry in Messages_Map &
- # LANGS_OK
-! my $USR_LANG = 'fr';
- # Allowed languages choice.
- my %LANGS_OK = ( 'fr' => 1, 'en' => 1 );
- # All messages that could be printed.
---- 99,105 ----
- # MESSAGES, stuff that is printed on the users's screen...
- # The current default language: Should be an entry in Messages_Map &
- # LANGS_OK
-! my $USR_LANG = 'en';
- # Allowed languages choice.
- my %LANGS_OK = ( 'fr' => 1, 'en' => 1 );
- # All messages that could be printed.
+--- NNTPGateway.pm.orig Mon Dec 8 20:42:03 2003
++++ NNTPGateway.pm Mon Dec 8 20:42:19 2003
+@@ -118,8 +118,8 @@
+
+ # MESSAGES, stuff that is printed on the user's screen... The current default
+ # language: Should be an entry in Messages_Map & LANGS_OK
+-my $USR_LANG = 'fr';
+-#my $USR_LANG = 'en';
++#my $USR_LANG = 'fr';
++my $USR_LANG = 'en';
+ # Allowed languages choice.
+ my %LANGS_OK = ( 'fr' => 1, 'en' => 1 );
+
diff --git a/www/p5-Apache-NNTPGateway/pkg-descr b/www/p5-Apache-NNTPGateway/pkg-descr
index 8df1046d3ed8..2115382f5e6b 100644
--- a/www/p5-Apache-NNTPGateway/pkg-descr
+++ b/www/p5-Apache-NNTPGateway/pkg-descr
@@ -1 +1,7 @@
-Apache::NNTPGateway - A NNTP interface for mod_perl enabled Apache web server
+Apache::NNTPGateway - a NNTP interface for mod_perl enabled Apache web
+server.
+
+WWW: http://search.cpan.org/dist/Apache-NNTPGateway/
+
+-- Sergey Skvortsov
+skv@FreeBSD.org