diff options
author | culot <culot@FreeBSD.org> | 2012-07-08 17:36:52 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-07-08 17:36:52 +0800 |
commit | 30bbfe9e4c95da07470528c94b3e39197143990f (patch) | |
tree | 8cb3ec9598361b41e30c0b6a1d5527e3f4236c4c /editors/jupp/Makefile | |
parent | 72a212bd23ad1e1e55162d6376a2483d8e363c40 (diff) | |
download | freebsd-ports-gnome-30bbfe9e4c95da07470528c94b3e39197143990f.tar.gz freebsd-ports-gnome-30bbfe9e4c95da07470528c94b3e39197143990f.tar.zst freebsd-ports-gnome-30bbfe9e4c95da07470528c94b3e39197143990f.zip |
- Update to 3.1.20
Changes: https://www.mirbsd.org/jupp.htm#clog
PR: ports/169705
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Diffstat (limited to 'editors/jupp/Makefile')
-rw-r--r-- | editors/jupp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/jupp/Makefile b/editors/jupp/Makefile index 7b54442fe30b..983be44fe1a0 100644 --- a/editors/jupp/Makefile +++ b/editors/jupp/Makefile @@ -6,12 +6,12 @@ # PORTNAME= jupp -PORTVERSION= 3.1.18 +PORTVERSION= 3.1.20 CATEGORIES= editors MASTER_SITES= http://www.mirbsd.org/MirOS/dist/jupp/ \ http://pub.allbsd.org/MirOS/dist/jupp/ -DISTNAME= joe-3.1jupp18 -EXTRACT_SUFX= .cpio.gz +DISTNAME= joe-3.1jupp20 +EXTRACT_SUFX= .tgz MAINTAINER= magik@roorback.net COMMENT= Portable version of Joe's Own Editor from MirBSD |