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

(-)./Makefile (-2 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: ports/sysutils/shmcat/Makefile,v 1.1 2012/11/20 22:58:01 svnexp Exp $
2
# $FreeBSD: ports/sysutils/shmcat/Makefile,v 1.1 2012/11/20 22:58:01 svnexp Exp $
3
3
4
PORTNAME=	shmcat
4
PORTNAME=	shmcat
5
PORTVERSION=	1.5
5
PORTVERSION=	1.6
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
7
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
8
MASTER_SITE_SUBDIR=	${PORTNAME}
8
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 13-19 Link Here
13
USE_BZIP2=	yes
13
USE_BZIP2=	yes
14
USE_ICONV=	yes
14
USE_ICONV=	yes
15
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
16
CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE}
17
16
18
OPTIONS_DEFINE=	NLS
17
OPTIONS_DEFINE=	NLS
19
18
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (shmcat-1.5.tar.bz2) = 1aa15c67719e5a8b745af6877d2dc79c89b9b0987504703732bc04b2291d1f65
1
SHA256 (shmcat-1.6.tar.bz2) = e561fd03caed262b319f9a93556a5bda31e0f0704b5808a9eac8454f6013b9d8
2
SIZE (shmcat-1.5.tar.bz2) = 300975
2
SIZE (shmcat-1.6.tar.bz2) = 306541

Return to bug 174495