svn commit: r355622 - head/security/calife

Ollivier Robert roberto at FreeBSD.org
Wed May 28 13:42:17 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	roberto at 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
+ at sample etc/calife.auth.sample
+ at sample etc/pam.d/calife.sample
+ at mode 04755
 bin/calife
-etc/calife.auth-dist
-etc/pam.d/calife.sample
+ at mode


More information about the svn-ports-all mailing list