diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-11-26 11:16:52 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-11-26 11:16:52 +0000 |
commit | d934be1af9daf81f296b23861df97338e6a091f2 (patch) | |
tree | 1b2ccc35fa05e790d05b4d7cde130ab7cab059fe /irc | |
parent | c2c5ab059b38590e62ddde2bd79cac1cd57d6a38 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/anope/Makefile | 10 | ||||
-rw-r--r-- | irc/anope/distinfo | 4 | ||||
-rw-r--r-- | irc/anope/pkg-plist | 36 |
3 files changed, 23 insertions, 27 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index 55b818506b59..b7f09b50c5aa 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -6,7 +6,7 @@ # PORTNAME= anope -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.3 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -49,12 +49,8 @@ ANOPEUMASK?= 077 .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)" -.endif - -.if ${ARCH} == "ia64" -BROKEN= "Does not build on ia64" +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= "Does not build on ${ARCH} (shared libraries must be compiled with -fPIC)" .endif .if defined(WITH_MYSQL) diff --git a/irc/anope/distinfo b/irc/anope/distinfo index b80df7011d63..fde703412553 100644 --- a/irc/anope/distinfo +++ b/irc/anope/distinfo @@ -1,2 +1,2 @@ -MD5 (anope-1.6.2.tar.gz) = 55af12ef5f85d26f4f1cb3e5a2f9eec7 -SIZE (anope-1.6.2.tar.gz) = 876615 +MD5 (anope-1.6.3.tar.gz) = d6a5030c3cf3a18d59a42f6441f6f8b9 +SIZE (anope-1.6.3.tar.gz) = 878693 diff --git a/irc/anope/pkg-plist b/irc/anope/pkg-plist index 2294698cee7c..d971686a6365 100644 --- a/irc/anope/pkg-plist +++ b/irc/anope/pkg-plist @@ -3,23 +3,23 @@ lib/anope/ircd_catserv.so libexec/anope/anope libexec/anope/listchans libexec/anope/listnicks -%%PORTDOCS%%%%DATADIR%%/example.chk -%%PORTDOCS%%%%DATADIR%%/example.conf -%%PORTDOCS%%%%DATADIR%%/languages/cat -%%PORTDOCS%%%%DATADIR%%/languages/de -%%PORTDOCS%%%%DATADIR%%/languages/en_us -%%PORTDOCS%%%%DATADIR%%/languages/es -%%PORTDOCS%%%%DATADIR%%/languages/fr -%%PORTDOCS%%%%DATADIR%%/languages/gr -%%PORTDOCS%%%%DATADIR%%/languages/it -%%PORTDOCS%%%%DATADIR%%/languages/nl -%%PORTDOCS%%%%DATADIR%%/languages/pt -%%PORTDOCS%%%%DATADIR%%/languages/ru -%%PORTDOCS%%%%DATADIR%%/languages/tr -%%PORTDOCS%%%%DATADIR%%/tables.sql -%%PORTDOCS%%@unexec rmdir %D/%%DATADIR%%/logs 2>/dev/null || true -%%PORTDOCS%%@dirrm %%DATADIR%%/languages -%%PORTDOCS%%@unexec rmdir %D/%%DATADIR%%/backups 2>/dev/null || true -%%PORTDOCS%%@dirrm %%DATADIR%% +%%DATADIR%%/example.chk +%%DATADIR%%/example.conf +%%DATADIR%%/languages/cat +%%DATADIR%%/languages/de +%%DATADIR%%/languages/en_us +%%DATADIR%%/languages/es +%%DATADIR%%/languages/fr +%%DATADIR%%/languages/gr +%%DATADIR%%/languages/it +%%DATADIR%%/languages/nl +%%DATADIR%%/languages/pt +%%DATADIR%%/languages/ru +%%DATADIR%%/languages/tr +%%DATADIR%%/tables.sql +@unexec rmdir %D/%%DATADIR%%/logs 2>/dev/null || true +@dirrm %%DATADIR%%/languages +@unexec rmdir %D/%%DATADIR%%/backups 2>/dev/null || true +@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true @dirrm libexec/anope @dirrm lib/anope |