From owner-cvs-ports@FreeBSD.ORG Wed Apr 18 12:04:00 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D108106567A; Wed, 18 Apr 2012 12:04:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 681B88FC1A; Wed, 18 Apr 2012 12:04:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q3IC40i0051104; Wed, 18 Apr 2012 12:04:00 GMT (envelope-from madpilot@repoman.freebsd.org) Received: (from madpilot@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3IC40EU051103; Wed, 18 Apr 2012 12:04:00 GMT (envelope-from madpilot) Message-Id: <201204181204.q3IC40EU051103@repoman.freebsd.org> From: Guido Falsi Date: Wed, 18 Apr 2012 12:04:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING ports/www/chpasswd Makefile pkg-plist ports/www/chpasswd/files patch-Makefile.in patch-chpasswd.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2012 12:04:00 -0000 madpilot 2012-04-18 12:04:00 UTC FreeBSD ports repository Modified files: . UPDATING www/chpasswd Makefile pkg-plist www/chpasswd/files patch-Makefile.in Added files: www/chpasswd/files patch-chpasswd.c Log: - Fix build with clang. - Modify port to not register configuration file in plist. - Add note in UPDATING to save the configuration file before this update. - Bump PORTVERSION. PR: ports/166638 Approved by: crees (mentor) Revision Changes Path 1.1221 +12 -1 ports/UPDATING 1.20 +1 -0 ports/www/chpasswd/Makefile 1.2 +11 -3 ports/www/chpasswd/files/patch-Makefile.in 1.4 +108 -0 ports/www/chpasswd/files/patch-chpasswd.c (new) 1.3 +3 -1 ports/www/chpasswd/pkg-plist