summaryrefslogtreecommitdiff
path: root/misc/diction
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-12 13:58:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-12 13:58:04 +0000
commitc0f7e3d9fc235651d95b43f45ec3147ac24e3681 (patch)
tree528615ad46d88795c48f4e374d250a87a5068d04 /misc/diction
parent- Update to 3.0.b7 (diff)
- Update to 1.11
PR: 117728 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Notes
Notes: svn path=/head/; revision=203302
Diffstat (limited to 'misc/diction')
-rw-r--r--misc/diction/Makefile8
-rw-r--r--misc/diction/distinfo6
-rw-r--r--misc/diction/files/patch-aa39
3 files changed, 6 insertions, 47 deletions
diff --git a/misc/diction/Makefile b/misc/diction/Makefile
index 95ec6e3dd5f5..52c6a752bcee 100644
--- a/misc/diction/Makefile
+++ b/misc/diction/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= diction
-PORTVERSION= 1.02
+PORTVERSION= 1.11
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,14 +15,12 @@ MAINTAINER= mva@sysfault.org
COMMENT= GNU diction and style
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PLIST_FILES= bin/diction bin/style share/diction/C share/diction/de \
- share/diction/en
+ share/diction/en share/diction/en_GB share/diction/nl
PLIST_DIRS= share/diction
MAN1= diction.1 style.1
-post-patch:
- ${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure
-
.include <bsd.port.mk>
diff --git a/misc/diction/distinfo b/misc/diction/distinfo
index 6ea89127e26d..cb36051b6bd5 100644
--- a/misc/diction/distinfo
+++ b/misc/diction/distinfo
@@ -1,3 +1,3 @@
-MD5 (diction-1.02.tar.gz) = e50fd9139d47b1f146b1342293825f19
-SHA256 (diction-1.02.tar.gz) = 8dadbd41e7e2f6b046897c09bb610db00b06f363eaf3e1f94afb3d8cb2c6ab51
-SIZE (diction-1.02.tar.gz) = 90957
+MD5 (diction-1.11.tar.gz) = 4cbdb115c976d7141f54b223df28012e
+SHA256 (diction-1.11.tar.gz) = 35c2f1bf8ddf0d5fa9f737ffc8e55230736e5d850ff40b57fdf5ef1d7aa024f6
+SIZE (diction-1.11.tar.gz) = 141062
diff --git a/misc/diction/files/patch-aa b/misc/diction/files/patch-aa
deleted file mode 100644
index f3481e1c8052..000000000000
--- a/misc/diction/files/patch-aa
+++ /dev/null
@@ -1,39 +0,0 @@
---- Makefile.in.orig Tue May 16 03:10:04 2000
-+++ Makefile.in Tue Dec 19 00:32:28 2000
-@@ -3,6 +3,10 @@
- prefix= @prefix@
- exec_prefix= @exec_prefix@
-
-+INSTALL= @INSTALL@
-+INSTALL_PROGRAM= @INSTALL_PROGRAM@
-+INSTALL_DATA= @INSTALL_DATA@
-+
- CC= @CC@
- CFLAGS= @CFLAGS@
- CPPFLAGS= @CPPFLAGS@ -DSHAREDIR=\"@datadir@\"
-@@ -20,16 +24,16 @@
- getopt.o getopt1.o $(LIBM) $(LIBS)
-
- install: all
-- @INSTALL@ -m 755 -d @bindir@
-- @INSTALL@ diction @bindir@/diction
-- @INSTALL@ style @bindir@/style
-- @INSTALL@ -m 755 -d @datadir@/diction
-- @INSTALL@ -m 644 de @datadir@/diction/de
-- @INSTALL@ -m 644 en @datadir@/diction/en
-+ -mkdir -p @bindir@
-+ $(INSTALL_PROGRAM) diction @bindir@/diction
-+ $(INSTALL_PROGRAM) style @bindir@/style
-+ -mkdir -p @datadir@/diction
-+ $(INSTALL_DATA) de @datadir@/diction/de
-+ $(INSTALL_DATA) en @datadir@/diction/en
- (cd @datadir@/diction; rm -f C; ln en C)
-- @INSTALL@ -m 755 -d @mandir@/man1
-- @INSTALL@ -m 644 diction.1 @mandir@/man1/diction.1
-- @INSTALL@ -m 644 style.1 @mandir@/man1/style.1
-+ -mkdir -p @mandir@/man1
-+ $(INSTALL_DATA) diction.1 @mandir@/man1/diction.1
-+ $(INSTALL_DATA) style.1 @mandir@/man1/style.1
-
- install.msg:
- gencat -o @datadir@/locale/en_US/LC_MESSAGES/diction.cat diction-en.msg sent-en.msg