From owner-svn-ports-head@FreeBSD.ORG Wed May 28 13:42:17 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F56E63E; Wed, 28 May 2014 13:42:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 030EB287D; Wed, 28 May 2014 13:42:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4SDgG8w073975; Wed, 28 May 2014 13:42:16 GMT (envelope-from roberto@svn.freebsd.org) Received: (from roberto@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4SDgGXd073972; Wed, 28 May 2014 13:42:16 GMT (envelope-from roberto@svn.freebsd.org) Message-Id: <201405281342.s4SDgGXd073972@svn.freebsd.org> From: Ollivier Robert Date: Wed, 28 May 2014 13:42:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355622 - head/security/calife X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2014 13:42:17 -0000 Author: roberto Date: Wed May 28 13:42:16 2014 New Revision: 355622 URL: http://svnweb.freebsd.org/changeset/ports/355622 QAT: https://qat.redports.org/buildarchive/r355622/ Log: Update to 3.0.3, remove the -devel suffix after the rename from calife-devel. Stagedir compatible now. Make myself maintainer. Submitted by: thomas (adapted for 3.0.3) Approved by: thomas (previous MAINTAINER) Modified: head/security/calife/Makefile head/security/calife/distinfo head/security/calife/pkg-plist Modified: head/security/calife/Makefile ============================================================================== --- head/security/calife/Makefile Wed May 28 13:38:13 2014 (r355621) +++ head/security/calife/Makefile Wed May 28 13:42:16 2014 (r355622) @@ -2,30 +2,25 @@ # $FreeBSD$ PORTNAME= calife -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.3 CATEGORIES= security MASTER_SITES= http://assets.keltia.net/calife/ -DISTNAME= calife-3.0.1 -PKGNAMESUFFIX= -devel -MAINTAINER= thomas@FreeBSD.org +MAINTAINER= roberto@FreeBSD.org COMMENT= Lightweight alternative to sudo -USE_BZIP2= yes +USES= tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc CONFIGURE_ARGS+= --with-pam -CONFLICTS?= calife-2.* - -MAN1= calife.1 -MAN5= calife.auth.5 - -NO_STAGE= yes -post-install: - @${INSTALL_DATA} ${WRKSRC}/pam/freebsd5 ${PREFIX}/etc/pam.d/calife.sample - @${CAT} ${PKGMESSAGE} +do-install: + $(INSTALL_PROGRAM) ${WRKSRC}/calife ${STAGEDIR}${PREFIX}/bin/calife + $(INSTALL_MAN) ${WRKSRC}/calife.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + $(INSTALL_MAN) ${WRKSRC}/calife.auth.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + $(INSTALL_DATA) ${WRKSRC}/calife.auth-dist ${STAGEDIR}${PREFIX}/etc/calife.auth.sample + ${INSTALL_DATA} ${WRKSRC}/pam/freebsd5 ${STAGEDIR}${PREFIX}/etc/pam.d/calife.sample .include Modified: head/security/calife/distinfo ============================================================================== --- head/security/calife/distinfo Wed May 28 13:38:13 2014 (r355621) +++ head/security/calife/distinfo Wed May 28 13:42:16 2014 (r355622) @@ -1,2 +1,2 @@ -SHA256 (calife-3.0.1.tar.bz2) = f5dee9ccb5e1c0d8a4a952ecd80abdd1d7952df45ac415dfa34a5890bd5e20aa -SIZE (calife-3.0.1.tar.bz2) = 98548 +SHA256 (calife-3.0.3.tar.xz) = c32313da116b25cd52b0119b4e84258f7a435f3eea2c805ef9f0ad8c2e510904 +SIZE (calife-3.0.3.tar.xz) = 97104 Modified: head/security/calife/pkg-plist ============================================================================== --- head/security/calife/pkg-plist Wed May 28 13:38:13 2014 (r355621) +++ head/security/calife/pkg-plist Wed May 28 13:42:16 2014 (r355622) @@ -1,3 +1,7 @@ +man/man1/calife.1.gz +man/man5/calife.auth.5.gz +@sample etc/calife.auth.sample +@sample etc/pam.d/calife.sample +@mode 04755 bin/calife -etc/calife.auth-dist -etc/pam.d/calife.sample +@mode