diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-04 16:10:48 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-04 16:10:48 +0000 |
commit | 50909e95c5aebf439e6382cb7a83a7ee8ac7464b (patch) | |
tree | a5120b7f2f9b9f39a48b9ec4c294e95640dd2f14 /comms/smstools3 | |
parent | 951e70ce66b0f8d825ba728ee2ed05b84a92bf1c (diff) | |
download | ports-50909e95c5aebf439e6382cb7a83a7ee8ac7464b.tar.gz ports-50909e95c5aebf439e6382cb7a83a7ee8ac7464b.zip |
Notes
Diffstat (limited to 'comms/smstools3')
-rw-r--r-- | comms/smstools3/Makefile | 20 | ||||
-rw-r--r-- | comms/smstools3/distinfo | 4 |
2 files changed, 10 insertions, 14 deletions
diff --git a/comms/smstools3/Makefile b/comms/smstools3/Makefile index d9e01233ea24..27214aad2e0e 100644 --- a/comms/smstools3/Makefile +++ b/comms/smstools3/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: smstools3 -# Date created: 2008-05-18 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@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@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 support 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: diff --git a/comms/smstools3/distinfo b/comms/smstools3/distinfo index cdf62ca59a2b..4942cf218d5e 100644 --- a/comms/smstools3/distinfo +++ b/comms/smstools3/distinfo @@ -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 |