diff options
author | pav <pav@FreeBSD.org> | 2006-03-19 08:28:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-19 08:28:20 +0800 |
commit | c20222ce2d5fc5b7be7ec56d5b8d89a642ff5a64 (patch) | |
tree | 6fb484697e7cf1d798b66c171405078de1b05bff /comms/xlog | |
parent | 84f2354fadf8eb3b7294d79184fdf54e872dbc09 (diff) | |
download | freebsd-ports-gnome-c20222ce2d5fc5b7be7ec56d5b8d89a642ff5a64.tar.gz freebsd-ports-gnome-c20222ce2d5fc5b7be7ec56d5b8d89a642ff5a64.tar.zst freebsd-ports-gnome-c20222ce2d5fc5b7be7ec56d5b8d89a642ff5a64.zip |
- Update to 1.3.1
PR: ports/94664
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
Diffstat (limited to 'comms/xlog')
-rw-r--r-- | comms/xlog/Makefile | 2 | ||||
-rw-r--r-- | comms/xlog/distinfo | 6 | ||||
-rw-r--r-- | comms/xlog/files/patch-src-main.c | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index eb76881df8df..8d8cd8c352cc 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= xlog -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= comms hamradio MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/ \ http://www.qsl.net/pg4i/download/ diff --git a/comms/xlog/distinfo b/comms/xlog/distinfo index a965962455a1..d175d4bae9e4 100644 --- a/comms/xlog/distinfo +++ b/comms/xlog/distinfo @@ -1,3 +1,3 @@ -MD5 (xlog-1.3.tar.gz) = db51e1f24876bd59d46b802fabcc5dc3 -SHA256 (xlog-1.3.tar.gz) = c11c6e20fb26ef9b806694b428a0eed554e3e23f8bb2b6706590379d1fc1ae7a -SIZE (xlog-1.3.tar.gz) = 789189 +MD5 (xlog-1.3.1.tar.gz) = a8296c5cb270a5ab9d386652c27262f8 +SHA256 (xlog-1.3.1.tar.gz) = ea268b324d8d83f0db55394e83b375b25f30d35db26acf48d808add8d9163a20 +SIZE (xlog-1.3.1.tar.gz) = 804675 diff --git a/comms/xlog/files/patch-src-main.c b/comms/xlog/files/patch-src-main.c deleted file mode 100644 index a7c89ee7ab32..000000000000 --- a/comms/xlog/files/patch-src-main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/main.c.orig Wed Dec 21 21:07:21 2005 -+++ ./src/main.c Wed Dec 21 21:07:42 2005 -@@ -37,7 +37,7 @@ - #include <sys/msg.h> - #endif - --#if defined(WANT_HAMLIB) -+#if WANT_HAMLIB - #include <hamlib/rig.h> - #include "hamlib-utils.h" - #endif |