mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
sysutils/sispmctl: update to 4.12
Major changes: * snapcraft: use local source for building * Mention /etc/sispmctl/password in man-page * Add favicon.ico * Always use original control data for libusb calls
This commit is contained in:
parent
aca963f179
commit
a85d7ce8b8
3 changed files with 7 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= sispmctl
|
PORTNAME= sispmctl
|
||||||
DISTVERSION= 4.11
|
DISTVERSION= 4.12
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
@ -24,7 +23,7 @@ CONFIGURE_ENV= LIBUSB_CFLAGS="-I/usr/include" \
|
||||||
PLIST_FILES= bin/sispmctl \
|
PLIST_FILES= bin/sispmctl \
|
||||||
lib/libsispmctl.so \
|
lib/libsispmctl.so \
|
||||||
lib/libsispmctl.so.0 \
|
lib/libsispmctl.so.0 \
|
||||||
lib/libsispmctl.so.0.2.2 \
|
lib/libsispmctl.so.0.2.3 \
|
||||||
share/man/man1/sispmctl.1.gz
|
share/man/man1/sispmctl.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1690650388
|
TIMESTAMP = 1717921195
|
||||||
SHA256 (sispmctl-4.11.tar.gz) = 74b94a3710046b15070c7311f0cacb81554c86b4227719cc2733cb96c7052578
|
SHA256 (sispmctl-4.12.tar.gz) = e757863a4838da6e1ca72a57adc5aca6fc47ffbddc72a69052d8abd743d57082
|
||||||
SIZE (sispmctl-4.11.tar.gz) = 461804
|
SIZE (sispmctl-4.12.tar.gz) = 462829
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
.\" Process this file with
|
.\" Process this file with
|
||||||
.\" groff -man -Tascii foo.1
|
.\" groff -man -Tascii foo.1
|
||||||
.\"
|
.\"
|
||||||
-.TH sispmctl 1 "Jul 2023" Linux "User Manuals"
|
-.TH sispmctl 1 "May 2024" Linux "User Manuals"
|
||||||
+.TH sispmctl 1 "Jul 2023" FreeBSD "User Manuals"
|
+.TH sispmctl 1 "May 2024" FreeBSD "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
sispmctl \- manage EnerGenie and Gembird USB controlled power strips
|
sispmctl \- manage EnerGenie and Gembird USB controlled power strips
|
||||||
|
|
Loading…
Add table
Reference in a new issue