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

Collapse All | Expand All

(-)net-p2p/bitmessage/Makefile (-5 / +4 lines)
Lines 1-13 Link Here
1
# Created by: Yuri Victorovich <yuri@tsoft.com>
1
# Created by: Yuri Victorovich <yuri@rawbw.com>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	bitmessage
4
PORTNAME=	bitmessage
5
PORTVERSION=	0.4.3
5
PORTVERSION=	0.4.4
6
PORTREVISION=	1
7
CATEGORIES=	net-p2p
6
CATEGORIES=	net-p2p
8
MASTER_SITES=	GH
7
MASTER_SITES=	GH
9
8
10
MAINTAINER=	yuri@tsoft.com
9
MAINTAINER=	yuri@rawbw.com
11
COMMENT=	Secure P2P communications client
10
COMMENT=	Secure P2P communications client
12
11
13
LICENSE=	MIT
12
LICENSE=	MIT
Lines 19-25 Link Here
19
USE_GITHUB=	yes
18
USE_GITHUB=	yes
20
GH_ACCOUNT=	Bitmessage
19
GH_ACCOUNT=	Bitmessage
21
GH_PROJECT=	PyBitmessage
20
GH_PROJECT=	PyBitmessage
22
GH_COMMIT=	ab49373
21
GH_COMMIT=	c9c301a
23
GH_TAGNAME=	v${PORTVERSION}
22
GH_TAGNAME=	v${PORTVERSION}
24
23
25
USES=		python
24
USES=		python
(-)net-p2p/bitmessage/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (bitmessage-0.4.3.tar.gz) = ad8002992a195f1cc5c054d64e87143c8aa2dd2bf4c9a0577e9dd1eb64bcac34
1
SHA256 (bitmessage-0.4.4.tar.gz) = c3defe802abfb45d73e26b38fd949595d8ff8c412b82aef64f3747904a7895da
2
SIZE (bitmessage-0.4.3.tar.gz) = 605683
2
SIZE (bitmessage-0.4.4.tar.gz) = 611592
(-)net-p2p/bitmessage/pkg-plist (-9 / +18 lines)
Lines 161-166 Link Here
161
share/pybitmessage/images/sent.png
161
share/pybitmessage/images/sent.png
162
share/pybitmessage/images/subscriptions.png
162
share/pybitmessage/images/subscriptions.png
163
share/pybitmessage/images/yellowicon.png
163
share/pybitmessage/images/yellowicon.png
164
share/pybitmessage/l10n.py
165
share/pybitmessage/l10n.pyc
166
share/pybitmessage/l10n.pyo
164
share/pybitmessage/message_data_reader.py
167
share/pybitmessage/message_data_reader.py
165
share/pybitmessage/message_data_reader.pyc
168
share/pybitmessage/message_data_reader.pyc
166
share/pybitmessage/message_data_reader.pyo
169
share/pybitmessage/message_data_reader.pyo
Lines 238-249 Link Here
238
share/pybitmessage/translations/bitmessage_zh_cn.pro
241
share/pybitmessage/translations/bitmessage_zh_cn.pro
239
share/pybitmessage/translations/bitmessage_zh_cn.qm
242
share/pybitmessage/translations/bitmessage_zh_cn.qm
240
share/pybitmessage/translations/bitmessage_zh_cn.ts
243
share/pybitmessage/translations/bitmessage_zh_cn.ts
241
@dirrmtry share/man/man1
244
@dir share/icons/hicolor/24x24/apps
242
@dirrmtry share/man
245
@dir share/icons/hicolor/24x24
243
@dirrmtry share/pybitmessage/bitmessagecurses
246
@dir share/icons/hicolor/scalable/apps
244
@dirrmtry share/pybitmessage/bitmessageqt
247
@dir share/icons/hicolor/scalable
245
@dirrmtry share/pybitmessage/images
248
@dir share/icons/hicolor
246
@dirrmtry share/pybitmessage/pyelliptic
249
@dir share/icons
247
@dirrmtry share/pybitmessage/socks
250
@dir share/man/man1
248
@dirrmtry share/pybitmessage/translations
251
@dir share/man
249
@dirrmtry share/pybitmessage
252
@dir share/pybitmessage/bitmessagecurses
253
@dir share/pybitmessage/bitmessageqt
254
@dir share/pybitmessage/images
255
@dir share/pybitmessage/pyelliptic
256
@dir share/pybitmessage/socks
257
@dir share/pybitmessage/translations
258
@dir share/pybitmessage

Return to bug 194730