aboutsummaryrefslogtreecommitdiffstats
path: root/lang/fasm/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-12-11 01:09:16 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-12-11 01:09:16 +0800
commita1badad7057a12f5221784b1a079d882597b7333 (patch)
tree91cc0e0b6c6094d871036ac50260462d123c53db /lang/fasm/Makefile
parent5c0f12364a83d167ef7ed82c4301a7167bcf014c (diff)
downloadfreebsd-ports-gnome-a1badad7057a12f5221784b1a079d882597b7333.tar.gz
freebsd-ports-gnome-a1badad7057a12f5221784b1a079d882597b7333.tar.zst
freebsd-ports-gnome-a1badad7057a12f5221784b1a079d882597b7333.zip
Update to 1.73.20
- Add my LOCAL to MASTER_SITES
Diffstat (limited to 'lang/fasm/Makefile')
-rw-r--r--lang/fasm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/fasm/Makefile b/lang/fasm/Makefile
index 76d2d2879cef..c34e0f2e8db7 100644
--- a/lang/fasm/Makefile
+++ b/lang/fasm/Makefile
@@ -2,9 +2,10 @@
# $FreeBSD$
PORTNAME= fasm
-PORTVERSION= 1.73.19
+PORTVERSION= 1.73.20
CATEGORIES= lang devel
-MASTER_SITES= https://flatassembler.net/
+MASTER_SITES= https://flatassembler.net/ \
+ LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Flat, multiple-pass assembler for IA-32 & x86-64 architectures