diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2007-06-24 10:40:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2007-06-24 10:40:59 +0000 |
commit | dc65d30f4d7d6560897104d23d504c470b068f51 (patch) | |
tree | d994177f235302436d35a3779fe62d8e84c28fed /irc/anope | |
parent | 56bfec231967bc70d455326e9f48ad4c48367f03 (diff) | |
download | ports-dc65d30f4d7d6560897104d23d504c470b068f51.tar.gz ports-dc65d30f4d7d6560897104d23d504c470b068f51.zip |
Notes
Diffstat (limited to 'irc/anope')
-rw-r--r-- | irc/anope/Makefile | 2 | ||||
-rw-r--r-- | irc/anope/distinfo | 6 | ||||
-rw-r--r-- | irc/anope/files/patch-lang-Makefile | 25 |
3 files changed, 4 insertions, 29 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index 683ab386ecf2..42cb05aa0805 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -6,7 +6,7 @@ # PORTNAME= anope -PORTVERSION= 1.6.4 +PORTVERSION= 1.6.5 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/irc/anope/distinfo b/irc/anope/distinfo index eb94f583e500..5644ea0b0690 100644 --- a/irc/anope/distinfo +++ b/irc/anope/distinfo @@ -1,3 +1,3 @@ -MD5 (anope-1.6.4.tar.gz) = 0c9b241230e75f8367fd10d1ca1f9cea -SHA256 (anope-1.6.4.tar.gz) = 46ba95b61fca544236f2cd2c5c99fa46d401a7dd7e2ca1f61770eedaed96e63c -SIZE (anope-1.6.4.tar.gz) = 878965 +MD5 (anope-1.6.5.tar.gz) = a96331d27d65016a08d1d79f20743771 +SHA256 (anope-1.6.5.tar.gz) = 3fa6575ae39ebe2a3c78a7e18797bf0aa3093b6b22c38d8d213e011f3964c823 +SIZE (anope-1.6.5.tar.gz) = 878978 diff --git a/irc/anope/files/patch-lang-Makefile b/irc/anope/files/patch-lang-Makefile deleted file mode 100644 index a7d4cdbf5000..000000000000 --- a/irc/anope/files/patch-lang-Makefile +++ /dev/null @@ -1,25 +0,0 @@ ---- lang/Makefile.orig Thu Sep 8 15:56:01 2005 -+++ lang/Makefile Tue Sep 19 10:01:03 2006 -@@ -65,14 +65,14 @@ - - - language.h: index Makefile -- @perl -e <index >$@ '\ -- print STDERR "Generating language.h... "; \ -- $$i=0; \ -- while (<>) { \ -- chop; \ -- printf "#define %-32s %d\n", $$_, $$i++; \ -- } \ -- print "\n#define NUM_STRINGS $$i\n"; \ -+ @perl -e <index >$@ '#\ -+ print STDERR "Generating language.h... "; #\ -+ $$i=0; #\ -+ while (<>) { #\ -+ chop; #\ -+ printf "#define %-32s %d\n", $$_, $$i++; #\ -+ } #\ -+ print "\n#define NUM_STRINGS $$i\n"; #\ - print STDERR "$$i strings\n";' - - index: en_us.l |