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

Collapse All | Expand All

(-)smssend/Makefile (-9 / +6 lines)
Lines 2-22 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	smssend
4
PORTNAME=	smssend
5
PORTVERSION=	3.5
5
PORTVERSION=	3.6
6
PORTREVISION=	2
7
CATEGORIES=	misc
6
CATEGORIES=	misc
8
MASTER_SITES=	LOCAL/laszlof \
7
MASTER_SITES=	https://BSDforge.com/projects/source/misc/smssend/
9
		http://mirror.amdmi3.ru/distfiles/
10
8
11
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	portmaster@BSDforge.com
12
COMMENT=	Tool to send a SMS to any GSM
10
COMMENT=	Tool to send an SMS to any GSM
11
LICENSE=	GPLv2
13
12
14
LIB_DEPENDS=	libskyutils.so:misc/skyutils
13
LIB_DEPENDS=	libskyutils.so:misc/skyutils
15
14
16
USES=		libtool shebangfix
15
USES=		libtool shebangfix tar:txz
17
SHEBANG_FILES=	bestsms.sh email2smssend
16
SHEBANG_FILES=	bestsms.sh email2smssend
18
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
19
18
20
WRKSRC=		${WRKDIR}/${PORTNAME}
21
22
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)smssend/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (smssend-3.5.tar.gz) = fc5018d533ad58e447497c0cd5ed3677f89c04472e16c2d6ce5a0ce960db952d
1
TIMESTAMP = 1606936741
2
SIZE (smssend-3.5.tar.gz) = 397577
2
SHA256 (smssend-3.6.txz) = 93c069ff73774afa5cb888a4fca57b4008cfd3e6425799060a97f151b57640ae
3
SIZE (smssend-3.6.txz) = 230068
(-)smssend/pkg-descr (-4 / +4 lines)
Lines 1-7 Link Here
1
This package allows you to send an SMS to any GSM, using scripts
1
This package allows you to send an SMS to any GSM, using scripts
2
to connect the providers' sites.
2
to connect the providers' sites.
3
You can make your own scripts, it is very simple, just watch the
3
You can make your own scripts, it's simple and easy. Simply
4
example files from this archive, and send them to me so I'll add
4
examine the example files from this archive, and create your own,
5
them to the official archive.
5
and send them to me so I can add them to the official archive.
6
6
7
WWW: http://zekiller.skytech.org/smssend_en.php
7
WWW: https://BSDforge.com/projects/misc/smssend/

Return to bug 251544