From owner-cvs-ports@FreeBSD.ORG Sun May 2 15:38:36 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DF5816A4CE; Sun, 2 May 2004 15:38:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 865E243D5A; Sun, 2 May 2004 15:38:36 -0700 (PDT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42McaGe096151; Sun, 2 May 2004 15:38:36 -0700 (PDT) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42McaGs096150; Sun, 2 May 2004 15:38:36 -0700 (PDT) (envelope-from pav) Message-Id: <200405022238.i42McaGs096150@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 2 May 2004 15:38:36 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/squid24 Makefile pkg-deinstall pkg-install ports/www/squid24/files squid.sh X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 02 May 2004 22:38:36 -0000 pav 2004/05/02 15:38:36 PDT FreeBSD ports repository Modified files: www/squid24 Makefile pkg-deinstall pkg-install www/squid24/files squid.sh Log: Infrastructural synchronization with www/squid and misc fixes: - fix CONFLICTS glob - reinstate LATEST_LINK and name it squid24 - correct CFLAGS/LDFLAGS handling - remove SQUID_SSL, it does no longer compile - prefer /bin/sh's features over external programs - reduce the number of variables in pkg-{de,}install - no longer hardcode the path to nologin(8) - inform about squid.sh's rcNG-ness when /etc/rc.subr is present at installation time - other miscellaneous fixes - schedule removal for the 31st October 2004 - bump PORTREVISION PR: ports/66142 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.104 +34 -21 ports/www/squid24/Makefile 1.6 +2 -2 ports/www/squid24/files/squid.sh 1.2 +5 -5 ports/www/squid24/pkg-deinstall 1.10 +22 -6 ports/www/squid24/pkg-install