aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2009-06-20 01:18:02 +0800
committermezz <mezz@FreeBSD.org>2009-06-20 01:18:02 +0800
commit44cbf6da7808eee6d172d1b705bd026b0f7ea048 (patch)
tree1798fc985718d64b9d5a5a320894b038e1d762a6
parent09b14b3c2143d0a88a7a6eda8ad8e650b32fccee (diff)
downloadfreebsd-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.
-rw-r--r--net-p2p/transmission-daemon/Makefile2
-rw-r--r--net-p2p/transmission-daemon/pkg-install2
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