Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2002 23:29:33 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de
Subject:   ports/41529: Update Port security/steghide 0.4.4 -> 0.4.6b
Message-ID:  <200208102129.g7ALTXMN090075@sauna.arved.de>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 10 14:30:00 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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