diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm | |
parent | - Move all the fetching into fetch phase (diff) |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Notes
Notes:
svn path=/head/; revision=288378
Diffstat (limited to 'www/p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm')
-rw-r--r-- | www/p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm b/www/p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm deleted file mode 100644 index e127883a16a5..000000000000 --- a/www/p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 ); - |