diff options
author | mat <mat@FreeBSD.org> | 2007-06-24 18:40:59 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2007-06-24 18:40:59 +0800 |
commit | 4a58692c59a4bec6ea7fbf3feca3d22be036cc1b (patch) | |
tree | 0560e4bca6bd27d7bb4f4ae27955713cf03f5bfa /irc/anope | |
parent | 92b63451e22e1524f2430494a4dba2294bda81af (diff) | |
download | freebsd-ports-graphics-4a58692c59a4bec6ea7fbf3feca3d22be036cc1b.tar.gz freebsd-ports-graphics-4a58692c59a4bec6ea7fbf3feca3d22be036cc1b.tar.zst freebsd-ports-graphics-4a58692c59a4bec6ea7fbf3feca3d22be036cc1b.zip |
Update to 1.6.5
Reminded by: miwi
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 683ab386ecf..42cb05aa080 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 eb94f583e50..5644ea0b069 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 a7d4cdbf500..00000000000 --- 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 |