diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-12 13:58:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-12 13:58:04 +0000 |
commit | c0f7e3d9fc235651d95b43f45ec3147ac24e3681 (patch) | |
tree | 528615ad46d88795c48f4e374d250a87a5068d04 | |
parent | 773a6eb04a2e34edad4cf599f228282f8837c81c (diff) | |
download | ports-c0f7e3d9fc235651d95b43f45ec3147ac24e3681.tar.gz ports-c0f7e3d9fc235651d95b43f45ec3147ac24e3681.zip |
Notes
-rw-r--r-- | misc/diction/Makefile | 8 | ||||
-rw-r--r-- | misc/diction/distinfo | 6 | ||||
-rw-r--r-- | misc/diction/files/patch-aa | 39 |
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 |