aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2003-12-09 01:40:51 +0800
committerskv <skv@FreeBSD.org>2003-12-09 01:40:51 +0800
commit8d43ab68c67f7fbc0d808ca1a07a6e11d97d64e1 (patch)
tree6e46ab014ac52659b7a5d5d8199750ae526fb143 /www
parent3a404d1350ddea01a2ef3b7dbc206c5ac943ed85 (diff)
downloadfreebsd-ports-graphics-8d43ab68c67f7fbc0d808ca1a07a6e11d97d64e1.tar.gz
freebsd-ports-graphics-8d43ab68c67f7fbc0d808ca1a07a6e11d97d64e1.tar.zst
freebsd-ports-graphics-8d43ab68c67f7fbc0d808ca1a07a6e11d97d64e1.zip
Updated to 0.9
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 4e459206a4b..cc2f9de8589 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 9550b2aac3d..253cac22497 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 bc6f5665634..e127883a16a 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 8df1046d3ed..2115382f5e6 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