View | Details | Raw Unified | Return to bug 199094 | Differences between
and this patch

Collapse All | Expand All

(-)devel/libtool/Makefile.common (-2 / +5 lines)
Lines 1-6 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTVERSION=	2.4.5
3
PORTVERSION=	2.4.6
4
PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
4
PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
5
CATEGORIES=	devel
5
CATEGORIES=	devel
6
MASTER_SITES=	GNU/libtool
6
MASTER_SITES=	GNU/libtool
Lines 9-12 DISTNAME= libtool-${PORTVERSION} Link Here
9
MAINTAINER=	autotools@FreeBSD.org
9
MAINTAINER=	autotools@FreeBSD.org
10
10
11
DISTINFO_FILE=	${.CURDIR}/../libtool/distinfo
11
DISTINFO_FILE=	${.CURDIR}/../libtool/distinfo
12
USES=		tar:xz
12
USES=		cpe tar:xz
13
14
CPE_VENDOR=	gnu
15
CPE_PRODUCT=	libtool
(-)devel/libtool/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libtool-2.4.5.tar.xz) = 84aac136513b009278896ffa255e4d685bcdb0cb0e5363be36adad64c986177e
1
SHA256 (libtool-2.4.6.tar.xz) = 7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f
2
SIZE (libtool-2.4.5.tar.xz) = 971620
2
SIZE (libtool-2.4.6.tar.xz) = 973080

Return to bug 199094