diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-12-06 01:12:06 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-12-06 01:12:06 +0000 |
commit | 8b5c18ff06d9401f04840298c376ddc6bf268f8a (patch) | |
tree | f971b59dcd47fcb97a30704adf83f1a5ccd809e8 /security | |
parent | 86b719e0673960ae9da520ea48ba7f401755cb4d (diff) | |
download | ports-8b5c18ff06d9401f04840298c376ddc6bf268f8a.tar.gz ports-8b5c18ff06d9401f04840298c376ddc6bf268f8a.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/steghide/Makefile | 10 | ||||
-rw-r--r-- | security/steghide/distinfo | 2 | ||||
-rw-r--r-- | security/steghide/files/patch-aa | 14 | ||||
-rw-r--r-- | security/steghide/pkg-plist | 15 |
4 files changed, 22 insertions, 19 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 52f7df38f17c..0977c515a692 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -6,17 +6,19 @@ # PORTNAME= steghide -PORTVERSION= 0.3.1 +PORTVERSION= 0.4.2 CATEGORIES= security MASTER_SITES= http://steghide.sourceforge.net/download/ -DISTNAME= steghide-0.3-1 MAINTAINER= rara.rasputin@virgin.net +LIB_DEPENDS= mcrypt.6:${PORTSDIR}/security/libmcrypt \ + mhash.2:${PORTSDIR}/security/mhash + HAS_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" MAN1= steghide.1 -MANCOMPRESSED= no -USE_GMAKE= yes .include <bsd.port.mk> diff --git a/security/steghide/distinfo b/security/steghide/distinfo index a501419c13db..55711cd4ede9 100644 --- a/security/steghide/distinfo +++ b/security/steghide/distinfo @@ -1 +1 @@ -MD5 (steghide-0.3-1.tar.gz) = 81a81bc8a9709e873a9d687963298bae +MD5 (steghide-0.4.2.tar.gz) = 2d61b75286c3354026883f91c616cb67 diff --git a/security/steghide/files/patch-aa b/security/steghide/files/patch-aa index 1f2fe08234d4..62bd61b00470 100644 --- a/security/steghide/files/patch-aa +++ b/security/steghide/files/patch-aa @@ -1,11 +1,13 @@ ---- Makefile.in.orig Sat Oct 16 03:12:24 1999 -+++ Makefile.in Fri Nov 30 15:21:06 2001 -@@ -66,7 +66,7 @@ +--- 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 fformats.c io.c main.c md5.c stegano.c + 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 -docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION) -+docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) - doc_DATA = AUTHORS BUGS COPYING HISTORY INSTALL README TODO +-doc_DATA = BUGS COPYING CREDITS HISTORY INSTALL README TODO ++docdir = $(prefix)/share/doc/$(PACKAGE) ++doc_DATA = BUGS CREDITS HISTORY INSTALL README TODO ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = diff --git a/security/steghide/pkg-plist b/security/steghide/pkg-plist index 4e90e51f9c16..02bcce98d8c4 100644 --- a/security/steghide/pkg-plist +++ b/security/steghide/pkg-plist @@ -1,9 +1,8 @@ bin/steghide -share/doc/steghide-0.3/AUTHORS -share/doc/steghide-0.3/BUGS -share/doc/steghide-0.3/COPYING -share/doc/steghide-0.3/HISTORY -share/doc/steghide-0.3/INSTALL -share/doc/steghide-0.3/README -share/doc/steghide-0.3/TODO -@dirrm share/doc/steghide-0.3 +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 |