svn commit: r556958 - head/misc/smssend
Fernando Apesteguía
fernape at FreeBSD.org
Fri Dec 4 08:10:43 UTC 2020
Author: fernape
Date: Fri Dec 4 08:10:41 2020
New Revision: 556958
URL: https://svnweb.freebsd.org/changeset/ports/556958
Log:
misc/smssend: update to 3.6 set MAINTAINER
ChangeLog: https://bsdforge.com/projects/misc/smssend/files/ChangeLog
Submitter becomes maintainer
PR: 251544
Submitted by: portmaster at bsdforge.com
Modified:
head/misc/smssend/Makefile
head/misc/smssend/distinfo
head/misc/smssend/pkg-descr
Modified: head/misc/smssend/Makefile
==============================================================================
--- head/misc/smssend/Makefile Fri Dec 4 08:09:48 2020 (r556957)
+++ head/misc/smssend/Makefile Fri Dec 4 08:10:41 2020 (r556958)
@@ -2,21 +2,18 @@
# $FreeBSD$
PORTNAME= smssend
-PORTVERSION= 3.5
-PORTREVISION= 2
+PORTVERSION= 3.6
CATEGORIES= misc
-MASTER_SITES= LOCAL/laszlof \
- http://mirror.amdmi3.ru/distfiles/
+MASTER_SITES= https://BSDforge.com/projects/source/misc/smssend/
-MAINTAINER= ports at FreeBSD.org
-COMMENT= Tool to send a SMS to any GSM
+MAINTAINER= portmaster at BSDforge.com
+COMMENT= Tool to send an SMS to any GSM
+LICENSE= GPLv2
LIB_DEPENDS= libskyutils.so:misc/skyutils
-USES= libtool shebangfix
+USES= libtool shebangfix tar:txz
SHEBANG_FILES= bestsms.sh email2smssend
GNU_CONFIGURE= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>
Modified: head/misc/smssend/distinfo
==============================================================================
--- head/misc/smssend/distinfo Fri Dec 4 08:09:48 2020 (r556957)
+++ head/misc/smssend/distinfo Fri Dec 4 08:10:41 2020 (r556958)
@@ -1,2 +1,3 @@
-SHA256 (smssend-3.5.tar.gz) = fc5018d533ad58e447497c0cd5ed3677f89c04472e16c2d6ce5a0ce960db952d
-SIZE (smssend-3.5.tar.gz) = 397577
+TIMESTAMP = 1606936741
+SHA256 (smssend-3.6.txz) = 93c069ff73774afa5cb888a4fca57b4008cfd3e6425799060a97f151b57640ae
+SIZE (smssend-3.6.txz) = 230068
Modified: head/misc/smssend/pkg-descr
==============================================================================
--- head/misc/smssend/pkg-descr Fri Dec 4 08:09:48 2020 (r556957)
+++ head/misc/smssend/pkg-descr Fri Dec 4 08:10:41 2020 (r556958)
@@ -1,7 +1,7 @@
This package allows you to send an SMS to any GSM, using scripts
to connect the providers' sites.
-You can make your own scripts, it is very simple, just watch the
-example files from this archive, and send them to me so I'll add
-them to the official archive.
+You can make your own scripts, it's simple and easy. Simply
+examine the example files from this archive, and create your own,
+and send them to me so I can add them to the official archive.
-WWW: http://zekiller.skytech.org/smssend_en.php
+WWW: https://BSDforge.com/projects/misc/smssend/
More information about the svn-ports-all
mailing list