Date: Wed, 28 May 2014 13:42:16 +0000 (UTC) From: Ollivier Robert <roberto@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355622 - head/security/calife Message-ID: <201405281342.s4SDgGXd073972@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405281342.s4SDgGXd073972>