Date: Tue, 29 Oct 2013 06:13:15 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331931 - head/net/dhcpcd Message-ID: <201310290613.r9T6DFlv024391@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Tue Oct 29 06:13:15 2013 New Revision: 331931 URL: http://svnweb.freebsd.org/changeset/ports/331931 Log: Fix plist. Pointy hat to: delphij Modified: head/net/dhcpcd/Makefile head/net/dhcpcd/pkg-plist Modified: head/net/dhcpcd/Makefile ============================================================================== --- head/net/dhcpcd/Makefile Tue Oct 29 06:06:15 2013 (r331930) +++ head/net/dhcpcd/Makefile Tue Oct 29 06:13:15 2013 (r331931) @@ -3,7 +3,7 @@ PORTNAME= dhcpcd PORTVERSION= 5.5.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ LOCAL/delphij Modified: head/net/dhcpcd/pkg-plist ============================================================================== --- head/net/dhcpcd/pkg-plist Tue Oct 29 06:06:15 2013 (r331930) +++ head/net/dhcpcd/pkg-plist Tue Oct 29 06:13:15 2013 (r331931) @@ -10,4 +10,4 @@ libexec/dhcpcd-hooks/30-hostname libexec/dhcpcd-hooks/01-test libexec/dhcpcd-hooks/29-lookup-hostname libexec/dhcpcd-run-hooks -@unexec [ -s %D/libexec/dhcpcd-hooks ] || rm -f %D/libexec/dhcpcd-hooks +@dirrmtry libexec/dhcpcd-hooks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310290613.r9T6DFlv024391>