diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-06-11 07:18:10 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-06-11 07:18:10 +0800 |
commit | 89802a72407eb9e3f26afc97e8ccb8a14dc7f45f (patch) | |
tree | 2c78040e72c88c5d1ea1c39668d9a23ca7c826c4 /sysutils/apcupsd/Makefile | |
parent | fd9949205ef8f411994b9e5b3e7c85395ac65085 (diff) | |
download | freebsd-ports-gnome-89802a72407eb9e3f26afc97e8ccb8a14dc7f45f.tar.gz freebsd-ports-gnome-89802a72407eb9e3f26afc97e8ccb8a14dc7f45f.tar.zst freebsd-ports-gnome-89802a72407eb9e3f26afc97e8ccb8a14dc7f45f.zip |
- Update to 3.14.1
- try to checksum the pdf manual again, since there's a new version for the
3.14.x series
PR: ports/113211
Submitted by: Alexander Logvinov
Diffstat (limited to 'sysutils/apcupsd/Makefile')
-rw-r--r-- | sysutils/apcupsd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index f18d00e1164e..6878f4d9e83f 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= apcupsd -PORTVERSION= 3.14.0 +PORTVERSION= 3.14.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:src_sf/g} \ http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/:src_bk \ @@ -42,7 +42,6 @@ OPTIONS= CLIENT_ONLY "Build NIS client only (no network server)" off \ USB "Compile with USB Support (READ MANUAL!)" on \ SNMP "Compile with SNMP Support (READ MANUAL!)" on -IGNOREFILES= ${PORTNAME}.pdf PORTDOCS= ${PORTNAME}.pdf .include <bsd.port.pre.mk> |