Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2007 23:18:43 +0100 (CET)
From:      Marcus von Appen <mva@sysfault.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mva@sysfault.org
Subject:   ports/117728: [Maintainer-update]: misc/diction version update to 1.11
Message-ID:  <200710312218.l9VMIhIn097464@medusa.sysfault.org>
Resent-Message-ID: <200710312220.l9VMK2DN059953@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117728
>Category:       ports
>Synopsis:       [Maintainer-update]: misc/diction version update to 1.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 31 22:20:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcus von Appen
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD medusa.sysfault.org 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #1: Sun Oct 28 11:05:41 CET 2007
>Description:
Update to version 1.11

Removed files/patch-aa.

>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/misc/diction/Makefile /usr/ports/misc/diction.new/Makefile
--- /usr/ports/misc/diction/Makefile	2006-11-01 07:42:57.000000000 +0100
+++ /usr/ports/misc/diction.new/Makefile	2007-10-31 23:11:30.000000000 +0100
@@ -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 @@
 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 -ruN /usr/ports/misc/diction/distinfo /usr/ports/misc/diction.new/distinfo
--- /usr/ports/misc/diction/distinfo	2005-11-25 17:09:14.000000000 +0100
+++ /usr/ports/misc/diction.new/distinfo	2007-10-31 23:05:14.000000000 +0100
@@ -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 -ruN /usr/ports/misc/diction/files/patch-aa /usr/ports/misc/diction.new/files/patch-aa
--- /usr/ports/misc/diction/files/patch-aa	2000-12-19 09:17:41.000000000 +0100
+++ /usr/ports/misc/diction.new/files/patch-aa	1970-01-01 01:00:00.000000000 +0100
@@ -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

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710312218.l9VMIhIn097464>