The following patch updates the port to 0.8.5
On Sat, 12 Sep 2009, Andrzej Tobola wrote: > Hello Sten, > > Please request UID/GID in /usr/ports/UIDs /usr/ports/GIDs > to make your port complete. Good catch, I somehow forgot to request a UID earlier. Here's the diff: --- UIDs.orig 2009-09-12 22:20:27.000000000 +0200 +++ UIDs 2009-09-12 22:22:51.000000000 +0200 @@ -77,6 +77,7 @@ rabbitmq:*:135:135::0:0:RabbitMQ:/var/db/rabbitmq:/usr/sbin/nologin dhcpd:*:136:136::0:0:ISC DHCP daemon:/nonexistent:/usr/sbin/nologin cricket:*:141:80::0:0:Cricket Monitoring User:/usr/local/cricket:/usr/sbin/nologin +ladvd:*:142:142::0:0:Ladvd User:/var/empty:/usr/sbin/nologin dovecot:*:143:143::0:0:Dovecot User:/var/empty:/usr/sbin/nologin rbldns:*:153:153::0:0:rbldnsd pseudo-user:/nonexistent:/usr/sbin/nologin sfs:*:171:171::0:0:Self-Certifying File System:/nonexistent:/usr/sbin/nologin --- GIDs.orig 2009-09-12 22:22:59.000000000 +0200 +++ GIDs 2009-09-12 22:23:29.000000000 +0200 @@ -68,6 +68,7 @@ undernet:*:134: rabbitmq:*:135: dhcpd:*:136: +ladvd:*:142: dovecot:*:143: rbldns:*:153: sfs:*:171: -- Sten Spans "There is a crack in everything, that's how the light gets in." Leonard Cohen - Anthem
On Fri, 11 Sep 2009, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/138734'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > It would be really nice to get this in before 8.0, please note that the 0.8 -> 0.8.5 upgrade only contains bugfixes and cleanups. -- Sten Spans "There is a crack in everything, that's how the light gets in." Leonard Cohen - Anthem
Responsible Changed From-To: freebsd-ports-bugs->beat I'll take it.
beat 2009-09-17 21:35:12 UTC FreeBSD ports repository Modified files: . GIDs UIDs net/ladvd Makefile distinfo Removed files: net/ladvd/files patch-backport Log: - Update to 0.8.5 - Adjust COMMENT - Add UID and GID entries for net/ladvd PR: ports/138734 Submitted by: Sten Spans <sten AT blinkenlights.nl> (maintainer) Feature safe: yes Revision Changes Path 1.82 +2 -1 ports/GIDs 1.96 +2 -1 ports/UIDs 1.5 +2 -3 ports/net/ladvd/Makefile 1.4 +3 -3 ports/net/ladvd/distinfo 1.2 +0 -83 ports/net/ladvd/files/patch-backport (dead) _______________________________________________ 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!