diff options
author | tobik <tobik@FreeBSD.org> | 2019-05-22 16:09:07 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-05-22 16:09:07 +0800 |
commit | a5346cd4f755cdb71716e68aa0c17f7fffff21ca (patch) | |
tree | 43160cfe12bd28dd019c31c0f49b521ed98734b0 /editors/mg/Makefile | |
parent | 911c0b646715979cce41e53f3ffb01bac69a8650 (diff) | |
download | freebsd-ports-gnome-a5346cd4f755cdb71716e68aa0c17f7fffff21ca.tar.gz freebsd-ports-gnome-a5346cd4f755cdb71716e68aa0c17f7fffff21ca.tar.zst freebsd-ports-gnome-a5346cd4f755cdb71716e68aa0c17f7fffff21ca.zip |
editors/mg: Update to 6.5
Diffstat (limited to 'editors/mg/Makefile')
-rw-r--r-- | editors/mg/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/mg/Makefile b/editors/mg/Makefile index dc89bb834154..3953ba9d4d9a 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -2,10 +2,14 @@ # $FreeBSD$ PORTNAME= mg -PORTVERSION= 20180927 +PORTVERSION= 6.5 +PORTEPOCH= 1 CATEGORIES= editors MASTER_SITES= https://github.com/ibara/mg/releases/download/mg-${PORTVERSION}/ +PATCH_SITES= https://github.com/ibara/mg/commit/ +PATCHFILES= 0740c97eff175f90688ac2a4ae08a8f12d5fabcc.patch:-p1 + MAINTAINER= tobik@FreeBSD.org COMMENT= Small, fast Emacs-like editor |