svn commit: r313413 - head/comms/smstools3
Pawel Pekala
pawel at FreeBSD.org
Mon Mar 4 16:10:49 UTC 2013
Author: pawel
Date: Mon Mar 4 16:10:48 2013
New Revision: 313413
URL: http://svnweb.freebsd.org/changeset/ports/313413
Log:
- Update to version 3.1.15
- Fix few portlint warnings
Modified:
head/comms/smstools3/Makefile (contents, props changed)
head/comms/smstools3/distinfo (contents, props changed)
Modified: head/comms/smstools3/Makefile
==============================================================================
--- head/comms/smstools3/Makefile Mon Mar 4 15:49:13 2013 (r313412)
+++ head/comms/smstools3/Makefile Mon Mar 4 16:10:48 2013 (r313413)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: smstools3
-# Date created: 2008-05-18
-# Whom: Martin Matuska <mm at FreeBSD.org>
-#
+# Created by: Martin Matuska <mm at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= smstools
-PORTVERSION= 3.1.14
+PORTVERSION= 3.1.15
CATEGORIES= comms
MASTER_SITES= http://smstools3.kekekasvi.com/packages/
DISTNAME= smstools3-${PORTVERSION}
@@ -14,6 +10,9 @@ DISTNAME= smstools3-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= SMS Gateway software for GSM modems and mobile phones
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
CONFLICTS= gnokii-[0-9]* smstools-2.* sendsms-[0-9]*
OPTIONS_DEFINE= STATS EXAMPLES DOCS
@@ -22,9 +21,6 @@ STATS_DESC= Build status and statistics
WRKSRC= ${WRKDIR}/smstools3
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
USE_RC_SUBR= smsd
@@ -44,15 +40,15 @@ PORTEXAMPLES= .procmailrc .qmailrc *
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MSTATS}
-LIB_DEPENDS+= mm.14:${PORTSDIR}/devel/mm
+LIB_DEPENDS+= mm:${PORTSDIR}/devel/mm
CFLAGS+= -I${LOCALBASE}/include
.else
CFLAGS+= -DNOSTATS
.endif
.if ${OSVERSION} < 800045
-SMSTOOLS_DEFAULT_COMPORT?= /dev/cuad0
+SMSTOOLS_DEFAULT_COMPORT?= /dev/cuad0
.else
-SMSTOOLS_DEFAULT_COMPORT?= /dev/cuau0
+SMSTOOLS_DEFAULT_COMPORT?= /dev/cuau0
.endif
post-patch:
Modified: head/comms/smstools3/distinfo
==============================================================================
--- head/comms/smstools3/distinfo Mon Mar 4 15:49:13 2013 (r313412)
+++ head/comms/smstools3/distinfo Mon Mar 4 16:10:48 2013 (r313413)
@@ -1,2 +1,2 @@
-SHA256 (smstools3-3.1.14.tar.gz) = 9af79c7a58dcab00e18ea7b44db45bc8bb9ead0bb5809e8b044a1c4ad550b581
-SIZE (smstools3-3.1.14.tar.gz) = 299379
+SHA256 (smstools3-3.1.15.tar.gz) = ed00ffaeaa312a5b4f969f4e97a64603a866bbe16e393ea02f5bf05234814d59
+SIZE (smstools3-3.1.15.tar.gz) = 300088
More information about the svn-ports-all
mailing list