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

Collapse All | Expand All

(-)devel/p5-JIRA-Client/Makefile (-6 / +4 lines)
Lines 2-22 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	JIRA-Client
4
PORTNAME=	JIRA-Client
5
PORTVERSION=	0.25
5
PORTVERSION=	0.42
6
PORTREVISION=	1
7
CATEGORIES=	devel perl5
6
CATEGORIES=	devel perl5
8
MASTER_SITES=	GOOGLE_CODE \
7
MASTER_SITES=	CPAN
9
		LOCAL/glarkin
10
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
11
9
12
MAINTAINER=	perl@FreeBSD.org
10
MAINTAINER=	perl@FreeBSD.org
13
COMMENT=	Extended interface to JIRA's SOAP API
11
COMMENT=	Extended interface to JIRA's SOAP API
14
12
15
RUN_DEPENDS=	p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
13
RUN_DEPENDS=	p5-Data-Util>=0:${PORTSDIR}/devel/p5-Data-Util \
14
		p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
16
BUILD_DEPENDS:=	${RUN_DEPENDS}
15
BUILD_DEPENDS:=	${RUN_DEPENDS}
17
16
18
USES=		perl5
17
USES=		perl5
19
USE_PERL5=	configure
18
USE_PERL5=	configure
20
PROJECTHOST=	jira-client
21
19
22
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)devel/p5-JIRA-Client/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (JIRA-Client-0.25.tar.gz) = ef4738ce2c3e9f8e17fe1889821d2a6807216fee656eacca20202b12bd4d4b31
1
SHA256 (JIRA-Client-0.42.tar.gz) = 7ff68e747df62996c4b82e205a214f25d84be4338ab1f346f3ea8d9587834c60
2
SIZE (JIRA-Client-0.25.tar.gz) = 17377
2
SIZE (JIRA-Client-0.42.tar.gz) = 29107
(-)devel/p5-JIRA-Client/pkg-descr (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
This module implements an Object Oriented wrapper around JIRA's
4
This module implements an Object Oriented wrapper around JIRA's
5
SOAP API, which is specified in:
5
SOAP API, which is specified in:
6
http://preview.tinyurl.com/JiraSoapServiceApi
6
http://docs.atlassian.com/software/jira/docs/api/rpc-jira-plugin/latest/com/atlassian/jira/rpc/soap/JiraSoapService.html
7
7
8
Moreover, it implements some other methods to make it easier to do
8
Moreover, it implements some other methods to make it easier to do
9
some common operations.
9
some common operations.

Return to bug 197105