diff options
author | db <db@FreeBSD.org> | 2012-12-05 09:08:09 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2012-12-05 09:08:09 +0800 |
commit | b5b99c9c9f1ed3cf64c0c78471a6ee99e3b5ec33 (patch) | |
tree | 61d16de7bbc3d00339df0ed376c4aa473716080d /comms | |
parent | d3ffb418b14d80132a37046c9b4320f88fd3bc7f (diff) | |
download | freebsd-ports-gnome-b5b99c9c9f1ed3cf64c0c78471a6ee99e3b5ec33.tar.gz freebsd-ports-gnome-b5b99c9c9f1ed3cf64c0c78471a6ee99e3b5ec33.tar.zst freebsd-ports-gnome-b5b99c9c9f1ed3cf64c0c78471a6ee99e3b5ec33.zip |
- Update to latest release.
- Add mirror
Feature safe: yes
PR: ports/111951
Submitted by: Maintainer
Diffstat (limited to 'comms')
-rw-r--r-- | comms/morse/Makefile | 6 | ||||
-rw-r--r-- | comms/morse/distinfo | 4 | ||||
-rw-r--r-- | comms/morse/files/patch-Makefile | 12 |
3 files changed, 12 insertions, 10 deletions
diff --git a/comms/morse/Makefile b/comms/morse/Makefile index 994da2c8331b..a733e85c6c60 100644 --- a/comms/morse/Makefile +++ b/comms/morse/Makefile @@ -2,9 +2,11 @@ # $FreeBSD$ PORTNAME= morse -PORTVERSION= 2.4 +PORTVERSION= 2.5 CATEGORIES= comms hamradio -MASTER_SITES= http://www.catb.org/~esr/morse/ +MASTER_SITES= http://www.catb.org/~esr/morse/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= db MAINTAINER= shurd@sasktel.net COMMENT= Morse Code Trainer diff --git a/comms/morse/distinfo b/comms/morse/distinfo index 3c9b02586816..761e989b3fff 100644 --- a/comms/morse/distinfo +++ b/comms/morse/distinfo @@ -1,2 +1,2 @@ -SHA256 (morse-2.4.tar.gz) = b049b90276a398a90d26162eebe9257e3653ee0b02f051f2e3d09fd3a444a3dc -SIZE (morse-2.4.tar.gz) = 46264 +SHA256 (morse-2.5.tar.gz) = 476d1e8e95bb173b1aadc755db18f7e7a73eda35426944e1abd57c20307d4987 +SIZE (morse-2.5.tar.gz) = 46470 diff --git a/comms/morse/files/patch-Makefile b/comms/morse/files/patch-Makefile index 5ddc74575d3c..1bcf5dc10a87 100644 --- a/comms/morse/files/patch-Makefile +++ b/comms/morse/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2011-06-04 02:18:03.000000000 -0700 -+++ Makefile 2012-04-12 10:03:23.000000000 -0700 +--- Makefile.orig 2012-11-26 22:52:36.000000000 -0800 ++++ Makefile 2012-12-04 11:58:37.000000000 -0800 @@ -26,7 +26,7 @@ #DEVICE = Linux #DEVICE = OSS @@ -7,12 +7,12 @@ -DEVICE = PA +#DEVICE = PA - VERSION=2.4 + VERSION=2.5 @@ -37,16 +37,16 @@ qso.d/*.[ch] qso.d/Makefile - default: + default: all - make testmorse + ${MAKE} testmorse @@ -40,8 +40,8 @@ pristine: clean rm -f $(MANPAGES) morse.html -@@ -88,4 +88,4 @@ - dist: morse-$(VERSION).tar.gz +@@ -93,4 +93,4 @@ + release: morse-$(VERSION).tar.gz morse.html - shipper -u -m -t; make clean |