From tilman@arved.de  Sat Aug 10 14:29:33 2002
Return-Path: <tilman@arved.de>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5984737B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Aug 2002 14:29:33 -0700 (PDT)
Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9A4D443E42
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Aug 2002 14:29:26 -0700 (PDT)
	(envelope-from tilman@arved.de)
Received: from sauna.arved.de (sauna.arved.de [192.168.2.4])
	by 21322530218.direct.eti.at (8.11.6/8.11.6) with ESMTP id g7ALXqj03522
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Aug 2002 23:33:52 +0200 (CEST)
	(envelope-from tilman@arved.de)
Received: from sauna.arved.de (sauna.arved.de [127.0.0.1])
	by sauna.arved.de (8.12.5/8.12.5) with ESMTP id g7ALTYIN090076;
	Sat, 10 Aug 2002 23:29:34 +0200 (CEST)
	(envelope-from tilman@sauna.arved.de)
Received: (from tilman@localhost)
	by sauna.arved.de (8.12.5/8.12.5/Submit) id g7ALTXMN090075;
	Sat, 10 Aug 2002 23:29:33 +0200 (CEST)
Message-Id: <200208102129.g7ALTXMN090075@sauna.arved.de>
Date: Sat, 10 Aug 2002 23:29:33 +0200 (CEST)
From: Tilman Linneweh <tilman@arved.de>
Reply-To: Tilman Linneweh <tilman@arved.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tilman@arved.de
Subject: Update Port security/steghide 0.4.4 -> 0.4.6b
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41529
>Category:       ports
>Synopsis:       Update Port security/steghide 0.4.4 -> 0.4.6b
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 10 14:30:00 PDT 2002
>Closed-Date:    Sat Aug 10 21:27:05 PDT 2002
>Last-Modified:  Sat Aug 10 21:27:05 PDT 2002
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
BSD Usergroup Austria
>Environment:
System: FreeBSD sauna.arved.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 7 20:02:41 CEST 2002 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386


	
>Description:
	Update Port
	NOPORTDOCS knob
	Assume Maintainership, since the author of this nice software is 
	studying at my university :-)
	
>How-To-Repeat:
	
>Fix:

	

--- steghide.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/steghide/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	9 Aug 2002 16:04:56 -0000	1.6
+++ Makefile	10 Aug 2002 21:19:02 -0000
@@ -6,19 +6,31 @@
 #
 
 PORTNAME=	steghide
-PORTVERSION=	0.4.4
+PORTVERSION=	0.4.6.b
 CATEGORIES=	security
 MASTER_SITES=	http://steghide.sourceforge.net/download/
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/b/}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	freebsdports@arved.de
 
 LIB_DEPENDS=	mcrypt.7:${PORTSDIR}/security/libmcrypt \
-		mhash.2:${PORTSDIR}/security/mhash
+		mhash.2:${PORTSDIR}/security/mhash \
+		intl.4:${PORTSDIR}/devel/gettext
 
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=
+CONFIGURE_ARGS=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_GMAKE=	yes
-CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
+CONFIGURE_ENV=	CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+		LIBS="-L${LOCALBASE}/lib -lintl"
+USE_REINPLACE=	yes
 
 MAN1=		steghide.1
+
+post-patch:
+.ifdef(NOPORTDOCS)
+	${REINPLACE_CMD} -e 's|install-data-am\: install-docDATA||' \
+		${WRKSRC}/Makefile.in
+.endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/steghide/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	8 Mar 2002 01:12:30 -0000	1.4
+++ distinfo	10 Aug 2002 20:02:28 -0000
@@ -1 +1 @@
-MD5 (steghide-0.4.4.tar.gz) = 32d81a5c3aaca70db37cff558602e699
+MD5 (steghide-0.4.6b.tar.gz) = 72be8f0cdd6c0d03c455f6854eeb5a2b
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/security/steghide/pkg-descr,v
retrieving revision 1.3
diff -u -r1.3 pkg-descr
--- pkg-descr	8 Mar 2002 01:12:30 -0000	1.3
+++ pkg-descr	10 Aug 2002 20:39:17 -0000
@@ -7,7 +7,5 @@
 blowfish keys and pseudo-random distribution of hidden bits ("stego bits") in
 the container data.
 
-WWW: http://steghide.sourceforge.net/
-
-- Rasputin
-rasputin@submonkey.net
+WWW: 	http://steghide.sourceforge.net/
+Author:	Stefan Hetzl <shetzl@teleweb.at>
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/steghide/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	6 Dec 2001 01:12:01 -0000	1.3
+++ pkg-plist	10 Aug 2002 21:09:16 -0000
@@ -1,8 +1,9 @@
 bin/steghide
-share/doc/steghide/BUGS
-share/doc/steghide/CREDITS
-share/doc/steghide/HISTORY
-share/doc/steghide/INSTALL
-share/doc/steghide/README
-share/doc/steghide/TODO
-@dirrm share/doc/steghide
+%%PORTDOCS%%share/doc/steghide/BUGS
+%%PORTDOCS%%share/doc/steghide/CREDITS
+%%PORTDOCS%%share/doc/steghide/HISTORY
+%%PORTDOCS%%share/doc/steghide/README
+%%PORTDOCS%%share/doc/steghide/TODO
+share/locale/de/LC_MESSAGES/steghide.mo
+share/locale/fr/LC_MESSAGES/steghide.mo
+%%PORTDOCS%%@dirrm share/doc/steghide
Index: files/patch-aa
===================================================================
RCS file: /home/ncvs/ports/security/steghide/files/patch-aa,v
retrieving revision 1.2
diff -u -r1.2 patch-aa
--- files/patch-aa	6 Dec 2001 01:12:06 -0000	1.2
+++ files/patch-aa	10 Aug 2002 20:50:25 -0000
@@ -1,13 +1,13 @@
---- Makefile.in.orig	Wed Dec  5 19:27:13 2001
-+++ Makefile.in	Wed Dec  5 19:27:01 2001
-@@ -67,8 +67,8 @@
- bin_PROGRAMS = steghide
- steghide_SOURCES = bufmanag.c crypto.c ff_au.c ff_bmp.c ff_wav.c hash.c io.c main.c msg.c stegano.c support.c
- man_MANS = steghide.1
+--- Makefile.in.orig	Tue May 14 08:50:09 2002
++++ Makefile.in	Sat Aug 10 22:12:35 2002
+@@ -99,8 +99,8 @@
+ 
+ EXTRA_DIST = ABOUT-NLS BUGS CREDITS HISTORY depcomp
+ SUBDIRS = doc intl po src
 -docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
--doc_DATA = BUGS COPYING CREDITS HISTORY INSTALL README TODO
+-doc_DATA = ABOUT-NLS BUGS COPYING CREDITS HISTORY INSTALL README TODO
 +docdir = $(prefix)/share/doc/$(PACKAGE)
-+doc_DATA = BUGS CREDITS HISTORY INSTALL README TODO
++doc_DATA = BUGS CREDITS HISTORY README TODO
+ subdir = .
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_CLEAN_FILES = 
--- steghide.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Sat Aug 10 21:26:50 PDT 2002 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41529 
>Unformatted:
