diff options
-rw-r--r-- | net/jwhois/Makefile | 4 | ||||
-rw-r--r-- | net/jwhois/distinfo | 5 | ||||
-rw-r--r-- | net/jwhois/files/patch-ac | 22 | ||||
-rw-r--r-- | net/jwhois/files/patch-ad | 10 | ||||
-rw-r--r-- | net/jwhois/pkg-plist | 3 |
5 files changed, 29 insertions, 15 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index e7c1a17..7f3d70c 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -6,8 +6,8 @@ # PORTNAME= jwhois -PORTVERSION= 3.2.2 -PORTREVISION= 4 +PORTVERSION= 3.2.3 +#PORTREVISION= 0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= jwhois diff --git a/net/jwhois/distinfo b/net/jwhois/distinfo index 9c25da9..2017390 100644 --- a/net/jwhois/distinfo +++ b/net/jwhois/distinfo @@ -1,2 +1,3 @@ -MD5 (jwhois-3.2.2.tar.gz) = 3ad57a8cfc4f32fe41b1131711d34a78 -SIZE (jwhois-3.2.2.tar.gz) = 385390 +MD5 (jwhois-3.2.3.tar.gz) = 1232661cebd79a9772f416599d3f5929 +SHA256 (jwhois-3.2.3.tar.gz) = ada17cb751ec09f91d4f22938bf9a83e7cc548f2cfce09fcc00101c142583f24 +SIZE (jwhois-3.2.3.tar.gz) = 430792 diff --git a/net/jwhois/files/patch-ac b/net/jwhois/files/patch-ac index a173039..9b8fce8 100644 --- a/net/jwhois/files/patch-ac +++ b/net/jwhois/files/patch-ac @@ -1,11 +1,11 @@ ---- Makefile.in.dist Fri May 3 02:29:27 2002 -+++ Makefile.in Thu Sep 12 21:41:33 2002 -@@ -99,7 +99,7 @@ - sgid = @sgid@ - - EXTRA_DIST = include/*.h example/jwhois.conf macros/*.m4 jwhois.spec.in jwhois.spec debian/* --SUBDIRS = doc intl src example @POSUB@ -+SUBDIRS = doc intl src @POSUB@ - subdir = . - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +--- Makefile.in.dist Thu Nov 10 16:40:08 2005 ++++ Makefile.in Thu Nov 10 16:40:27 2005 +@@ -174,7 +174,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + EXTRA_DIST = m4/ChangeLog config.rpath include/*.h example/jwhois.conf m4/*.m4 jwhois.spec.in jwhois.spec debian/* +-SUBDIRS = doc src example po ++SUBDIRS = doc src po + ACLOCAL_AMFLAGS = -I m4 + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive diff --git a/net/jwhois/files/patch-ad b/net/jwhois/files/patch-ad new file mode 100644 index 0000000..62a8c2c --- /dev/null +++ b/net/jwhois/files/patch-ad @@ -0,0 +1,10 @@ +--- src/Makefile.in.dist Sun Jul 10 03:52:02 2005 ++++ src/Makefile.in Thu Nov 10 16:54:24 2005 +@@ -61,6 +61,7 @@ + jwhois-http.$(OBJEXT) + jwhois_OBJECTS = $(am_jwhois_OBJECTS) + jwhois_LDADD = $(LDADD) ++jwhois_LDFLAGS = $(LDFLAGS) $(LTLIBINTL) + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/depcomp + am__depfiles_maybe = depfiles diff --git a/net/jwhois/pkg-plist b/net/jwhois/pkg-plist index c9eabb3..1831a45 100644 --- a/net/jwhois/pkg-plist +++ b/net/jwhois/pkg-plist @@ -10,9 +10,12 @@ etc/jwhois.conf.sample %%NLS%%share/locale/nl/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/pl/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/jwhois.mo +%%NLS%%share/locale/ro/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/ru/LC_MESSAGES/jwhois.mo +%%NLS%%share/locale/rw/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/sv/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/tr/LC_MESSAGES/jwhois.mo +%%NLS%%share/locale/vi/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/jwhois.mo @exec mkdir -p %D/var/jwhois 2>/dev/null || true @unexec rm -f %D/var/jwhois/jwhois.db 2>/dev/null || true |