diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-16 15:18:47 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-16 15:18:47 +0000 |
commit | 86b91d76b88bb57091b3a1d08fe176eb5bfd4715 (patch) | |
tree | c8f1758a7ecb330fa0b6f78620ab0c6b4e717fa3 /comms | |
parent | e5bcd165b969d8d015ab60f34c48a05ac7fe222b (diff) | |
download | ports-86b91d76b88bb57091b3a1d08fe176eb5bfd4715.tar.gz ports-86b91d76b88bb57091b3a1d08fe176eb5bfd4715.zip |
- Update to 2.1
- Change maintainer's email
PR: ports/103302
Submitted by: Matt Dawson <matt at mattsnetwork.co.uk> (maintainer)
Notes
Notes:
svn path=/head/; revision=173139
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xdx/Makefile | 8 | ||||
-rw-r--r-- | comms/xdx/distinfo | 6 | ||||
-rw-r--r-- | comms/xdx/pkg-descr | 2 | ||||
-rw-r--r-- | comms/xdx/pkg-plist | 45 |
4 files changed, 33 insertions, 28 deletions
diff --git a/comms/xdx/Makefile b/comms/xdx/Makefile index 2a1551d87433..773fc57e34bd 100644 --- a/comms/xdx/Makefile +++ b/comms/xdx/Makefile @@ -5,18 +5,18 @@ # $FreeBSD$ PORTNAME= xdx -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= comms hamradio -MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/ \ +MASTER_SITES= http://pg4i.chronos.org.uk/download/ \ http://www.qsl.net/pg4i/download/ -MAINTAINER= matt@mattsnetwork.co.uk +MAINTAINER= matt@chronos.org.uk COMMENT= Amateur Radio DX cluster monitor -USE_X_PREFIX= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_GMAKE= yes +CONFIGURE_ARGS= --mandir=${PREFIX}/man MAN1= xdx.1 diff --git a/comms/xdx/distinfo b/comms/xdx/distinfo index 6905b1c475c5..e7353c77480a 100644 --- a/comms/xdx/distinfo +++ b/comms/xdx/distinfo @@ -1,3 +1,3 @@ -MD5 (xdx-2.0.tar.gz) = c17d513d71e7002ae8cc9c0091838012 -SHA256 (xdx-2.0.tar.gz) = 174f18c931c1924164705fb6c4a30cab94f354c117120c8067fd812e0495ebae -SIZE (xdx-2.0.tar.gz) = 241522 +MD5 (xdx-2.1.tar.gz) = 7f55bcd6328d1fbf9cb0646cc75fa04c +SHA256 (xdx-2.1.tar.gz) = d19741219678226ef655a73d6cb726bc8e17a3c3f960f70301790263c8ef26bd +SIZE (xdx-2.1.tar.gz) = 252267 diff --git a/comms/xdx/pkg-descr b/comms/xdx/pkg-descr index 1818e0595eda..4a617d99bf3a 100644 --- a/comms/xdx/pkg-descr +++ b/comms/xdx/pkg-descr @@ -5,4 +5,4 @@ As well as the usual functions, if you have hamlib installed it can control the radio and set the frequency simply by double clicking a DX-spot (using rigctl). -WWW: http://pg4i.mattsnetwork.co.uk/linux/xdx.html +WWW: http://pg4i.chronos.org.uk/linux/xdx.html diff --git a/comms/xdx/pkg-plist b/comms/xdx/pkg-plist index dce4f0bdc02d..cbf7b492e7c1 100644 --- a/comms/xdx/pkg-plist +++ b/comms/xdx/pkg-plist @@ -1,23 +1,28 @@ bin/xdx share/applications/Xdx.desktop -share/xdx/MANUAL -share/xdx/MANUAL.es -share/xdx/MANUAL.nl -share/xdx/MANUAL.pl -share/xdx/pixmaps/bigsmile.png -share/xdx/pixmaps/cry.png -share/xdx/pixmaps/sad.png -share/xdx/pixmaps/smile.png -share/xdx/pixmaps/wink.png -share/xdx/pixmaps/xdx-logo.png -share/xdx/pixmaps/xdx-logo.xcf -share/xdx/pixmaps/xdx.png -share/xdx/pixmaps/xdx.xcf -share/xdx/pixmaps/xdx.xpm -share/xdx/sounds/attention.wav -share/xdx/wwv.gnuplot -share/xdx/wwv.gnuplot~ -@dirrm share/xdx/sounds -@dirrm share/xdx/pixmaps -@dirrm share/xdx +%%DATADIR%%/MANUAL +%%DATADIR%%/MANUAL.es +%%DATADIR%%/MANUAL.fr +%%DATADIR%%/MANUAL.nl +%%DATADIR%%/MANUAL.pl +%%DATADIR%%/pixmaps/bigsmile.png +%%DATADIR%%/pixmaps/cry.png +%%DATADIR%%/pixmaps/sad.png +%%DATADIR%%/pixmaps/smile.png +%%DATADIR%%/pixmaps/wink.png +%%DATADIR%%/pixmaps/xdx-logo.png +%%DATADIR%%/pixmaps/xdx-logo.xcf +%%DATADIR%%/pixmaps/xdx.png +%%DATADIR%%/pixmaps/xdx.xcf +%%DATADIR%%/pixmaps/xdx.xpm +%%DATADIR%%/sounds/attention.wav +%%DATADIR%%/wwv.gnuplot +%%DATADIR%%/wwv.gnuplot~ +share/locale/es/LC_MESSAGES/xdx.mo +share/locale/fr/LC_MESSAGES/xdx.mo +share/locale/nl/LC_MESSAGES/xdx.mo +share/locale/pl/LC_MESSAGES/xdx.mo +@dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%% @dirrmtry share/applications |