Date: Sun, 18 Dec 2005 10:17:16 +0100 (CET) From: Soeren Straarup <xride@x12.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/90592: [maintainer-PATCH] comms/gpsk31: update to 0.3 Message-ID: <20051218091716.680E5416F@beacon.x12.dk> Resent-Message-ID: <200512180920.jBI9K3gT022024@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 90592 >Category: ports >Synopsis: [maintainer-PATCH] comms/gpsk31: update to 0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Dec 18 09:20:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Soeren Straarup >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD beacon.x12.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Sep 6 13:55:41 CEST >Description: - Update to 0.3 New version new mastersite new maincoder Removed file(s): - files/patch-call_dialog - files/patch-linux-sondcard - files/patch-src_server-main.C Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- gpsk31-0.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/comms/gpsk31/Makefile /space/portstrees/FreeBSD/ports/comms/gpsk31/Makefile --- /usr/ports/comms/gpsk31/Makefile Mon May 30 23:50:00 2005 +++ /space/portstrees/FreeBSD/ports/comms/gpsk31/Makefile Sun Dec 18 10:11:58 2005 @@ -5,15 +5,16 @@ # $FreeBSD: ports/comms/gpsk31/Makefile,v 1.1 2005/05/30 21:50:00 pav Exp $ PORTNAME= gpsk31 -PORTVERSION= 0.2.4a +PORTVERSION= 0.3 CATEGORIES= comms -MASTER_SITES= http://ftp.iasi.roedu.net/mirrors/ftp.1409.org/gpsk31/ +MASTER_SITES= http://www.qsl.net/pg4i/download/ MAINTAINER= xride@x12.dk COMMENT= A gtk psk31 client -USE_GNOME= gtk12 +USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_X_PREFIX= yes +MAN1= gpsk31.1 .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/comms/gpsk31/distinfo /space/portstrees/FreeBSD/ports/comms/gpsk31/distinfo --- /usr/ports/comms/gpsk31/distinfo Mon May 30 23:50:00 2005 +++ /space/portstrees/FreeBSD/ports/comms/gpsk31/distinfo Sat Dec 17 14:05:54 2005 @@ -1,2 +1,3 @@ -MD5 (gpsk31-0.2.4a.tar.gz) = da91b3a9e81d2f3c4c5ec40d3057ca35 -SIZE (gpsk31-0.2.4a.tar.gz) = 112009 +MD5 (gpsk31-0.3.tar.gz) = eccba44a5390543de597a379c2bdc006 +SHA256 (gpsk31-0.3.tar.gz) = 83270e38e351b139be58381966b477c590e216666d8b0d998919e7134316e71d +SIZE (gpsk31-0.3.tar.gz) = 157509 diff -ruN --exclude=CVS /usr/ports/comms/gpsk31/files/patch-call_dialog /space/portstrees/FreeBSD/ports/comms/gpsk31/files/patch-call_dialog --- /usr/ports/comms/gpsk31/files/patch-call_dialog Mon May 30 23:50:00 2005 +++ /space/portstrees/FreeBSD/ports/comms/gpsk31/files/patch-call_dialog Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- src/call_dialog.C.orig Sun May 8 14:07:32 2005 -+++ src/call_dialog.C Sun May 8 14:08:01 2005 -@@ -27,6 +27,7 @@ - - #include <gtk/gtk.h> - #include <ctype.h> -+#include <string.h> - #include "main_screen.h" - #include "call_dialog.h" - #include "menu.h" diff -ruN --exclude=CVS /usr/ports/comms/gpsk31/files/patch-linux-sondcard /space/portstrees/FreeBSD/ports/comms/gpsk31/files/patch-linux-sondcard --- /usr/ports/comms/gpsk31/files/patch-linux-sondcard Mon May 30 23:50:00 2005 +++ /space/portstrees/FreeBSD/ports/comms/gpsk31/files/patch-linux-sondcard Thu Jan 1 01:00:00 1970 @@ -1,33 +0,0 @@ ---- src/main.C.orig Sun May 8 14:01:27 2005 -+++ src/main.C Sun May 8 14:01:43 2005 -@@ -29,7 +29,7 @@ - #include <sys/types.h> - #include <unistd.h> - #include <stdio.h> --#include <linux/soundcard.h> -+#include <sys/soundcard.h> - #include <sys/ioctl.h> - #include <sys/stat.h> - #include <fcntl.h> ---- src/psk31-transmitter.C.orig Sun May 8 14:02:00 2005 -+++ src/psk31-transmitter.C Sun May 8 14:02:14 2005 -@@ -11,7 +11,7 @@ - #include <errno.h> - #include <stdio.h> - #include <stdlib.h> --#include <linux/soundcard.h> -+#include <sys/soundcard.h> - #include <sys/ioctl.h> - #include "psk31-coder.h" - #include "psk31-transmitter.h" ---- src/spectrum.C.orig Sun May 8 14:02:28 2005 -+++ src/spectrum.C Sun May 8 14:03:01 2005 -@@ -30,7 +30,7 @@ - #include <stdlib.h> - #include <sys/ioctl.h> - #include <fcntl.h> --#include <linux/soundcard.h> -+#include <sys/soundcard.h> - - #include <gtk/gtk.h> - #include <stdio.h> diff -ruN --exclude=CVS /usr/ports/comms/gpsk31/files/patch-src_server-main.C /space/portstrees/FreeBSD/ports/comms/gpsk31/files/patch-src_server-main.C --- /usr/ports/comms/gpsk31/files/patch-src_server-main.C Mon May 30 23:50:00 2005 +++ /space/portstrees/FreeBSD/ports/comms/gpsk31/files/patch-src_server-main.C Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- src/server-main.C.orig Sun May 8 13:28:03 2005 -+++ src/server-main.C Sun May 8 13:28:18 2005 -@@ -19,6 +19,7 @@ - * thread and from user interface thread (==interface functions) - */ - -+#include <sys/types.h> - #include <sys/mman.h> - #include "config.h" - #include <stdio.h> diff -ruN --exclude=CVS /usr/ports/comms/gpsk31/pkg-plist /space/portstrees/FreeBSD/ports/comms/gpsk31/pkg-plist --- /usr/ports/comms/gpsk31/pkg-plist Mon May 30 23:50:00 2005 +++ /space/portstrees/FreeBSD/ports/comms/gpsk31/pkg-plist Sun Dec 18 09:55:12 2005 @@ -1,4 +1,7 @@ bin/gpsk31 -share/gpsk31/gpsk31.conf -share/gpsk31/psk31.cod +%%DATADIR%%/gpsk.conf +%%DATADIR%%/psk31.cod +%%DATADIR%%/README +share/applications/gpsk31.desktop @dirrm share/gpsk31 +@dirrm share/applications --- gpsk31-0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051218091716.680E5416F>