diff options
author | mezz <mezz@FreeBSD.org> | 2009-06-20 01:18:02 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-06-20 01:18:02 +0800 |
commit | 44cbf6da7808eee6d172d1b705bd026b0f7ea048 (patch) | |
tree | 1798fc985718d64b9d5a5a320894b038e1d762a6 /net-p2p | |
parent | 09b14b3c2143d0a88a7a6eda8ad8e650b32fccee (diff) | |
download | freebsd-ports-gnome-44cbf6da7808eee6d172d1b705bd026b0f7ea048.tar.gz freebsd-ports-gnome-44cbf6da7808eee6d172d1b705bd026b0f7ea048.tar.zst freebsd-ports-gnome-44cbf6da7808eee6d172d1b705bd026b0f7ea048.zip |
Bump the UID/GID from 919 to 921 to avoid the conflict with others. Bump the
PORTREVISION.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-daemon/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-daemon/pkg-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile index 028cdb46ed5c..1618893795da 100644 --- a/net-p2p/transmission-daemon/Makefile +++ b/net-p2p/transmission-daemon/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -daemon MAINTAINER= mezz@FreeBSD.org diff --git a/net-p2p/transmission-daemon/pkg-install b/net-p2p/transmission-daemon/pkg-install index 310e1cc32f47..7d6ee9b0a832 100644 --- a/net-p2p/transmission-daemon/pkg-install +++ b/net-p2p/transmission-daemon/pkg-install @@ -4,7 +4,7 @@ case $2 in POST-INSTALL) USER=transmission GROUP=${USER} - UID=919 + UID=921 GID=${UID} PW=/usr/sbin/pw CHMOD=/bin/chmod |