diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-04 00:29:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-04 00:29:52 +0800 |
commit | b5d0a59e6277ee0ebc8e1778f8a9f5c1cbb50b49 (patch) | |
tree | faaf2a98f7da7d839c7595dd52d8206d9bf2bce9 /textproc | |
parent | 026f102c42bc03bc3243358b1c1fa6a368fbedf0 (diff) | |
download | freebsd-ports-gnome-b5d0a59e6277ee0ebc8e1778f8a9f5c1cbb50b49.tar.gz freebsd-ports-gnome-b5d0a59e6277ee0ebc8e1778f8a9f5c1cbb50b49.tar.zst freebsd-ports-gnome-b5d0a59e6277ee0ebc8e1778f8a9f5c1cbb50b49.zip |
Update to 1.4.1
- Change MASTER_SITES from SF to GitHub
- Update LICENSE
- Use PLIST
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/cheusov/libmaa/blob/master/doc/NEWS
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dict/Makefile | 1 | ||||
-rw-r--r-- | textproc/dictfmt/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index dff30cf721ef..f464f12fa072 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -3,6 +3,7 @@ PORTNAME= dict PORTVERSION= 1.12.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}d/${PORTNAME}d-${PORTVERSION} DISTNAME= ${PORTNAME}d-${PORTVERSION} diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile index aa3ade67a0a7..175ba15b4f24 100644 --- a/textproc/dictfmt/Makefile +++ b/textproc/dictfmt/Makefile @@ -3,6 +3,7 @@ PORTNAME= dictfmt PORTVERSION= 1.12.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/dict/dictd/dictd-${PORTVERSION} DISTNAME= dictd-${PORTVERSION} |