aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-08-08 11:25:38 +0800
committerkris <kris@FreeBSD.org>2003-08-08 11:25:38 +0800
commitddc8958460d2ec4fb50b08c353c1fd7078e4ff51 (patch)
treea7c90357b96413cfe21f4a168e1f02117f19b647 /security
parent9a5c3167d9a5125b992f358b6413b619e3807e2d (diff)
downloadfreebsd-ports-gnome-ddc8958460d2ec4fb50b08c353c1fd7078e4ff51.tar.gz
freebsd-ports-gnome-ddc8958460d2ec4fb50b08c353c1fd7078e4ff51.tar.zst
freebsd-ports-gnome-ddc8958460d2ec4fb50b08c353c1fd7078e4ff51.zip
Unbreak by updating to 2.6.4 [1]. Remove previous maintainer.
PR: 51991 Submitted by: Ports fury [1]
Diffstat (limited to 'security')
-rw-r--r--security/mcrypt/Makefile23
-rw-r--r--security/mcrypt/distinfo2
2 files changed, 9 insertions, 16 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile
index 9a9f91dcdb08..a2b794f11181 100644
--- a/security/mcrypt/Makefile
+++ b/security/mcrypt/Makefile
@@ -8,19 +8,15 @@
#
PORTNAME= mcrypt
-PORTVERSION= 2.5.13
+PORTVERSION= 2.6.4
CATEGORIES= security
MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/ \
ftp://mcrypt.hellug.gr/pub/mcrypt/ \
ftp://ftp.ntua.gr/pub/security/mcrypt/
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Replacement for crypt(1)
-BROKEN= "Does not configure"
-
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \
- automake:${PORTSDIR}/devel/automake
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ \
mhash.2:${PORTSDIR}/security/mhash/ \
intl.4:${PORTSDIR}/devel/gettext
@@ -28,19 +24,17 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ \
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --with-catgets
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl -lltdl"
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
DOCS= FORMAT magic
MAN1= mcrypt.1
PKGMESSAGE= ${WRKDIR}/pkg-message
PLIST= ${WRKDIR}/pkg-plist
-pre-configure:
- cd ${WRKSRC} && automake -i && autoconf
-
pre-install:
${ECHO_CMD} bin/${PORTNAME} > ${PLIST}
-.for i in cs el pl
+.for i in cs de el es_AR pl
${ECHO_CMD} share/locale/${i}/LC_MESSAGES/mcrypt.mo >> ${PLIST}
.endfor
.if !defined(NOPORTDOCS)
@@ -58,17 +52,16 @@ pre-install:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/mcrypt ${PREFIX}/bin/
-.for i in el cs pl
+.for i in cs de el es_AR pl
${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES
${INSTALL_DATA} ${WRKSRC}/po/${i}.gmo \
${PREFIX}/share/locale/${i}/LC_MESSAGES/mcrypt.mo
.endfor
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/doc/sample.mcryptrc ${EXAMPLESDIR}/
- ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MANPREFIX}/man/man1/
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/examples/${PORTNAME} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/sample.mcryptrc ${EXAMPLESDIR}/
+ ${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}/
.endfor
diff --git a/security/mcrypt/distinfo b/security/mcrypt/distinfo
index bdd8a8e41a24..b7304e155ede 100644
--- a/security/mcrypt/distinfo
+++ b/security/mcrypt/distinfo
@@ -1 +1 @@
-MD5 (mcrypt-2.5.13.tar.gz) = b723081362fadede12aa2dbe2e12fa22
+MD5 (mcrypt-2.6.4.tar.gz) = 5a011846fd0f166428c8d97359aaa6b3