- Update to 1.3.9 Port now set USER and GROUP (needs changes to UIDs & GIDs) Removed file(s): - files/patch-conf__Makefile.in Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) Fix: Please change the UIDs & GIDs file according to diff below. Thanks! diff -uN /usr/ports/UIDs.orig /usr/ports/UIDs --- /usr/ports/UIDs.orig 2012-07-04 16:19:00.000000000 +0200 +++ /usr/ports/UIDs 2012-07-04 16:20:45.000000000 +0200 @@ -114,6 +114,7 @@ git:*:211:211::0:0:gitosis user:/usr/local/git:/bin/sh hg:*:212:212::0:0:mercurial-server user:/usr/local/hg:/bin/sh drizzle:*:213:213::0:0:Drizzle daemon:/var/db/drizzle:/usr/sbin/nologin +opendnssec:*:215:215::0:0:Opendnssec Pseudo User:/nonexistent:/usr/sbin/nologin bs:*:220:220::0:0:Big Sister:/usr/local/bigsister:/bin/sh postgrey:*:225:225::0:0:Postgrey Owner:/nonexistent:/usr/sbin/nologin sqlgrey:*:226:226::0:0:SQLgrey Owner:/nonexistent:/usr/sbin/nologin diff -uN /usr/ports/GIDs.orig /usr/ports/GIDs --- /usr/ports/GIDs.orig 2012-07-04 16:19:09.000000000 +0200 +++ /usr/ports/GIDs 2012-07-04 16:22:01.000000000 +0200 @@ -107,6 +107,7 @@ git:*:211: hg:*:212: drizzle:*:213: +opendnssec:*:215: bs:*:220: postgrey:*:225: sqlgrey:*:226:
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
scheidell 2012-07-08 12:39:15 UTC FreeBSD ports repository Modified files: . GIDs UIDs dns/opendnssec Makefile distinfo pkg-plist dns/opendnssec/files opendnssec.in Removed files: dns/opendnssec/files patch-conf__Makefile.in Log: - Update to 1.3.9 - Add GIDs/UIDs 215 PR: ports/169646 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Revision Changes Path 1.174 +2 -1 ports/GIDs 1.198 +2 -1 ports/UIDs 1.19 +12 -2 ports/dns/opendnssec/Makefile 1.16 +2 -2 ports/dns/opendnssec/distinfo 1.6 +2 -3 ports/dns/opendnssec/files/opendnssec.in 1.2 +0 -20 ports/dns/opendnssec/files/patch-conf__Makefile.in (dead) 1.8 +7 -3 ports/dns/opendnssec/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!