summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-04-30 19:28:34 +0000
committeradam <adam@pkgsrc.org>2007-04-30 19:28:34 +0000
commitcb94155e145923b0cba18889a79dec4f2b96a730 (patch)
tree3987d971dc5a1c6e22006e78da2f70e815c1f33c /security
parent3b6225abc69bc68467a9ccc43ae3e75802f1e71e (diff)
downloadpkgsrc-cb94155e145923b0cba18889a79dec4f2b96a730.tar.gz
Changes 2.6.5:
* Added all of the patches on Sourceforge, plus those included by Red Hat's Fedora Extras
Diffstat (limited to 'security')
-rw-r--r--security/mcrypt/Makefile18
-rw-r--r--security/mcrypt/distinfo9
-rw-r--r--security/mcrypt/patches/patch-aa13
3 files changed, 27 insertions, 13 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile
index d7b2fcbb479..6c9b2a2bf6f 100644
--- a/security/mcrypt/Makefile
+++ b/security/mcrypt/Makefile
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.19 2007/04/30 12:52:10 tron Exp $
+# $NetBSD: Makefile,v 1.20 2007/04/30 19:28:34 adam Exp $
-DISTNAME= mcrypt-2.6.4
-PKGREVISION= 3
+DISTNAME= mcrypt-2.6.5
CATEGORIES= security devel
-MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/ \
- ftp://mcrypt.hellug.gr/pub/mcrypt/old/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcrypt/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mcrypt.sourceforge.net/
COMMENT= Replacement to crypt(1), supports many crypto algorithms
-USE_PKGLOCALEDIR= YES
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= ac_cv_path_GZIP="gzip"
+CONFIGURE_ENV+= ac_cv_path_BZIP2="bzip2"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../security/libmcrypt/buildlink3.mk"
.include "../../security/mhash/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"
diff --git a/security/mcrypt/distinfo b/security/mcrypt/distinfo
index c3419f010d7..8471a00d5e1 100644
--- a/security/mcrypt/distinfo
+++ b/security/mcrypt/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 13:10:08 agc Exp $
+$NetBSD: distinfo,v 1.6 2007/04/30 19:28:35 adam Exp $
-SHA1 (mcrypt-2.6.4.tar.gz) = 6541caeab47999789595ad714b741fdf98c77aca
-RMD160 (mcrypt-2.6.4.tar.gz) = 1750f6aa7f7edea4a42e7e5a056c4d7460e30e82
-Size (mcrypt-2.6.4.tar.gz) = 383865 bytes
+SHA1 (mcrypt-2.6.5.tar.bz2) = 157cff1fd38cb8ea74c174f4b13c63a091e52d7e
+RMD160 (mcrypt-2.6.5.tar.bz2) = dc7546cf4debe2b0bf4704400d0c33490eac8e10
+Size (mcrypt-2.6.5.tar.bz2) = 643902 bytes
+SHA1 (patch-aa) = ecbab562df721331ca18a353693ea7a08d3d344d
diff --git a/security/mcrypt/patches/patch-aa b/security/mcrypt/patches/patch-aa
new file mode 100644
index 00000000000..d2f1a2613cd
--- /dev/null
+++ b/security/mcrypt/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2007/04/30 19:28:35 adam Exp $
+
+--- po/Makefile.in.in.orig 2007-04-30 21:21:35.000000000 +0200
++++ po/Makefile.in.in
+@@ -27,7 +27,7 @@ gettextsrcdir = $(datadir)/gettext/po
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
++mkinstalldirs = $(SHELL) "$(MKINSTALLDIRS)"
+
+ GMSGFMT = @GMSGFMT@
+ MSGFMT = @MSGFMT@