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

Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 2-20 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	n98-magerun
4
PORTNAME=	n98-magerun
5
PORTVERSION=	1.97.12
5
PORTVERSION=	1.97.30
6
CATEGORIES=	sysutils www
6
CATEGORIES=	sysutils www
7
7
8
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	lukasz@wasikowski.net
9
COMMENT=	CLI tool for inspection and control of Magento installations
9
COMMENT=	CLI tool for inspection and control of Magento installations
10
10
11
LICENSE=	MIT
11
LICENSE=	MIT
12
12
13
USES+=		mysql:client php
13
USE_PHP=	phar bz2 simplexml pdo_mysql json zlib ctype dom posix
14
USE_PHP=	phar bz2 simplexml pdo_mysql json zlib ctype dom posix
14
USE_MYSQL=	client
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	netz98
17
GH_ACCOUNT=	netz98
18
NO_ARCH=	yes
18
NO_BUILD=	yes
19
NO_BUILD=	yes
19
20
20
PLIST_FILES=	sbin/n98-magerun
21
PLIST_FILES=	sbin/n98-magerun
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (netz98-n98-magerun-1.97.12_GH0.tar.gz) = 5fbfa0689855ecdb70592be7f3372b2f51da12457d1cb555a5a1685a07b88c05
1
TIMESTAMP = 1497736116
2
SIZE (netz98-n98-magerun-1.97.12_GH0.tar.gz) = 3320246
2
SHA256 (netz98-n98-magerun-1.97.30_GH0.tar.gz) = c57969fc1d368c62f8bf458d8272aa287cee883858f50ed37b07c4a64d69d464
3
SIZE (netz98-n98-magerun-1.97.30_GH0.tar.gz) = 598642

Return to bug 220112