diff options
author | Renato Botelho <garga@FreeBSD.org> | 2016-08-08 07:41:15 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2016-08-08 07:41:15 -0300 |
commit | 678436e0f0d4030026caa1a188b00c4c474fc340 (patch) | |
tree | 0d5cae9b6c51f4fcd54fe83065475b83ec47977d | |
parent | e5a6d86b1e28166c4caa50211e225542be9806ea (diff) | |
download | FreeBSD-ports-678436e0f0d4030026caa1a188b00c4c474fc340.zip FreeBSD-ports-678436e0f0d4030026caa1a188b00c4c474fc340.tar.gz |
Remove duplicated <pkginfolink> and fix NUT package
-rwxr-xr-x | sysutils/pfSense-pkg-nut/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pfSense-pkg-nut/files/usr/local/share/pfSense-pkg-nut/info.xml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/pfSense-pkg-nut/Makefile b/sysutils/pfSense-pkg-nut/Makefile index b8cae39..a5d4fad 100755 --- a/sysutils/pfSense-pkg-nut/Makefile +++ b/sysutils/pfSense-pkg-nut/Makefile @@ -2,7 +2,7 @@ PORTNAME= pfSense-pkg-nut PORTVERSION= 2.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/sysutils/pfSense-pkg-nut/files/usr/local/share/pfSense-pkg-nut/info.xml b/sysutils/pfSense-pkg-nut/files/usr/local/share/pfSense-pkg-nut/info.xml index 4eecd61..24cc295 100644 --- a/sysutils/pfSense-pkg-nut/files/usr/local/share/pfSense-pkg-nut/info.xml +++ b/sysutils/pfSense-pkg-nut/files/usr/local/share/pfSense-pkg-nut/info.xml @@ -5,7 +5,6 @@ <pkginfolink>https://forum.pfsense.org/index.php?topic=115349.0</pkginfolink> <website>http://networkupstools.org/</website> <descr><![CDATA[Network UPS Tools]]></descr> - <pkginfolink>https://forum.pfsense.org/index.php?topic=115349.0</pkginfolink> <version>%%PKGVERSION%%</version> <configurationfile>nut.xml</configurationfile> </package> |