diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-10-27 18:32:23 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-10-27 18:32:23 +0800 |
commit | ff79158b8844932d91fd3b59a249f30c596c181e (patch) | |
tree | 4a1cfd955aeab4930bcd9ee2a86860d353812cbf /editors/ne | |
parent | cd9204fdf7e3a66bd308f642cf06c807a3a88bb6 (diff) | |
download | freebsd-ports-gnome-ff79158b8844932d91fd3b59a249f30c596c181e.tar.gz freebsd-ports-gnome-ff79158b8844932d91fd3b59a249f30c596c181e.tar.zst freebsd-ports-gnome-ff79158b8844932d91fd3b59a249f30c596c181e.zip |
editors/ne: Bump revision after r482945 and r482889
r482889 did not include a pkg-plist. The build succeeded anyway,
so the package was empty. r482945 added it but did not bump the
revision.
PR: 232338
Diffstat (limited to 'editors/ne')
-rw-r--r-- | editors/ne/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 7c0f2ed36c78..4a60207ed398 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -3,6 +3,7 @@ PORTNAME= ne PORTVERSION= 3.1.2 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://ne.di.unimi.it/ |