diff options
author | krion <krion@FreeBSD.org> | 2017-02-05 15:40:07 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2017-02-05 15:40:07 +0800 |
commit | 8158f11879b3c84f31e260c62ae7575caacf5778 (patch) | |
tree | 627e37027f763eaaf9b048f851febc97b1594796 /comms | |
parent | d210aef71aaa051eb0db52e29b0c068c0ce44bf9 (diff) | |
download | freebsd-ports-gnome-8158f11879b3c84f31e260c62ae7575caacf5778.tar.gz freebsd-ports-gnome-8158f11879b3c84f31e260c62ae7575caacf5778.tar.zst freebsd-ports-gnome-8158f11879b3c84f31e260c62ae7575caacf5778.zip |
Update comms/twpsk to 4.2
PR: 216742
Submitted by: takefu@airport.fm
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9446
Diffstat (limited to 'comms')
-rw-r--r-- | comms/twpsk/Makefile | 5 | ||||
-rw-r--r-- | comms/twpsk/distinfo | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/comms/twpsk/Makefile b/comms/twpsk/Makefile index d111ef0303c5..fae2c7cfef75 100644 --- a/comms/twpsk/Makefile +++ b/comms/twpsk/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= twpsk -PORTVERSION= 4.1 +PORTVERSION= 4.2 CATEGORIES= comms hamradio MASTER_SITES= http://wa0eir.bcts.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -12,8 +12,9 @@ COMMENT= X psk31 client LICENSE= GPLv3 USES= motif pkgconfig +USE_XORG= sm ice xt x11 -LIB_DEPENDS+= libpulse.so:audio/pulseaudio +LIB_DEPENDS= libpulse.so:audio/pulseaudio GNU_CONFIGURE= yes CFLAGS+= -L${LOCALBASE}/lib -I${PREFIX}/include diff --git a/comms/twpsk/distinfo b/comms/twpsk/distinfo index 5302302ef761..e3bcf56c2764 100644 --- a/comms/twpsk/distinfo +++ b/comms/twpsk/distinfo @@ -1,2 +1,3 @@ -SHA256 (twpsk-4.1.src.tar.gz) = f1b29fccfc086239e11d032cf67113b5275863e8e5708161b31bd7372fe6e5ac -SIZE (twpsk-4.1.src.tar.gz) = 336032 +TIMESTAMP = 1486082057 +SHA256 (twpsk-4.2.src.tar.gz) = b6c255b3ce16e6e8c3220261d434a54e2852b625e4e0daa437a8edd9e63a8078 +SIZE (twpsk-4.2.src.tar.gz) = 245368 |