View | Details | Raw Unified | Return to bug 158574
Collapse All | Expand All

(-)Makefile (-4 / +5 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/security/libgcrypt/Makefile,v 1.49 2010/12/04 07:33:27 ade Exp $
5
# $FreeBSD: ports/security/libgcrypt/Makefile,v 1.49 2010/12/04 07:33:27 ade Exp $
6
6
7
PORTNAME=	libgcrypt
7
PORTNAME=	libgcrypt
8
PORTVERSION=	1.4.6
8
PORTVERSION=	1.5.0
9
CATEGORIES=	security
9
CATEGORIES=	security
10
MASTER_SITES=	${MASTER_SITE_GNUPG}
10
MASTER_SITES=	${MASTER_SITE_GNUPG}
11
MASTER_SITE_SUBDIR=	${PORTNAME}
11
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 13-23 Link Here
13
MAINTAINER=	umq@ueo.co.jp
13
MAINTAINER=	umq@ueo.co.jp
14
COMMENT=	General purpose crypto library based on code used in GnuPG
14
COMMENT=	General purpose crypto library based on code used in GnuPG
15
15
16
LIB_DEPENDS=	gpg-error.0:${PORTSDIR}/security/libgpg-error
17
18
LICENSE=	GPLv2 LGPL21
16
LICENSE=	GPLv2 LGPL21
19
LICENSE_FILE=	${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB
20
LICENSE_COMB=	multi
17
LICENSE_COMB=	multi
18
LICENSE_FILE=	${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB
19
20
LIB_DEPENDS=	gpg-error.0:${PORTSDIR}/security/libgpg-error
21
21
USE_BZIP2=	yes
22
USE_BZIP2=	yes
22
USE_AUTOTOOLS=	libtool
23
USE_AUTOTOOLS=	libtool
23
USE_CSTD=	gnu89
24
USE_CSTD=	gnu89
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libgcrypt-1.4.6.tar.bz2) = 3e4b30da6b357b565333d0222133b64a0414be99ba72733081165c8ea9bc6b85
1
SHA256 (libgcrypt-1.5.0.tar.bz2) = 4b62fc516004940a0571025401a0581d49199f1a76dfb5ce6fd63f50db8173fa
2
SIZE (libgcrypt-1.4.6.tar.bz2) = 1151877
2
SIZE (libgcrypt-1.5.0.tar.bz2) = 1433506
(-)pkg-plist (-1 / +1 lines)
Lines 6-12 Link Here
6
lib/libgcrypt.a
6
lib/libgcrypt.a
7
lib/libgcrypt.la
7
lib/libgcrypt.la
8
lib/libgcrypt.so
8
lib/libgcrypt.so
9
lib/libgcrypt.so.17
9
lib/libgcrypt.so.18
10
share/aclocal/libgcrypt.m4
10
share/aclocal/libgcrypt.m4
11
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
11
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
12
%%PORTDOCS%%%%DOCSDIR%%/COPYING
12
%%PORTDOCS%%%%DOCSDIR%%/COPYING
(-)files/patch-ltmain.sh (-14 / +14 lines)
Lines 1-6 Link Here
1
--- scripts/ltmain.sh.orig	Wed Jul 17 15:42:41 2002
1
--- scripts/ltmain.sh.orig	Wed Jul 17 15:42:41 2002
2
+++ ltmain.sh	Wed Jul 17 15:47:36 2002
2
+++ ltmain.sh	Wed Jul 17 15:47:36 2002
3
@@ -1062,8 +1062,16 @@
3
@@ -2077,10 +2077,12 @@
4
 	fi
5
 
6
 	# Install the pseudo-library for information purposes.
7
+	if /usr/bin/false; then
8
 	func_basename "$file"
9
 	name="$func_basename_result"
10
 	instname="$dir/$name"i
11
 	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
12
+	fi
13
 
14
 	# Maybe install the static library, too.
15
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
16
@@ -4560,8 +4562,16 @@
4
 	continue
17
 	continue
5
 	;;
18
 	;;
6
 
19
 
Lines 17-32 Link Here
17
 	continue
30
 	continue
18
 	;;
31
 	;;
19
 
32
 
20
@@ -4247,10 +4255,12 @@
21
 	fi
22
 
23
 	# Install the pseudo-library for information purposes.
24
+	if /usr/bin/false; then
25
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
26
 	instname="$dir/$name"i
27
 	$show "$install_prog $instname $destdir/$name"
28
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
29
+	fi
30
 
31
 	# Maybe install the static library, too.
32
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

Return to bug 158574