Bug 183714 - [PATCH] security/pam_jail: Support staging
Summary: [PATCH] security/pam_jail: Support staging
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-06 12:10 UTC by Mathieu Arnold
Modified: 2013-11-21 13:20 UTC (History)
0 users

See Also:


Attachments
pam_jail-0.3.patch (1016 bytes, patch)
2013-11-06 12:10 UTC, Mathieu Arnold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold freebsd_committer freebsd_triage 2013-11-06 12:10:00 UTC
- Support staging
- Add LICENSE
And an optional change too :
- Install the uncompressed man page and let the ports infrastructure compress it

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-06 12:10:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-06 12:10:12 UTC
Maintainer of security/pam_jail,

Please note that PR ports/183714 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183714

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2013-11-06 12:10:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

take.
Comment 4 Mathieu Arnold freebsd_committer freebsd_triage 2013-11-21 13:12:55 UTC
State Changed
From-To: feedback->closed

Committed, thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-11-21 13:13:01 UTC
Author: mat
Date: Thu Nov 21 13:12:53 2013
New Revision: 334483
URL: http://svnweb.freebsd.org/changeset/ports/334483

Log:
  - Support staging
  - Add LICENSE
  - Install the uncompressed man page and let the ports infrastructure compress it
  
  maintainer timeout.
  
  PR:		ports/183714
  Submitted by:	mat

Modified:
  head/security/pam_jail/Makefile

Modified: head/security/pam_jail/Makefile
==============================================================================
--- head/security/pam_jail/Makefile	Thu Nov 21 13:07:34 2013	(r334482)
+++ head/security/pam_jail/Makefile	Thu Nov 21 13:12:53 2013	(r334483)
@@ -9,21 +9,17 @@ MASTER_SITES=	http://www.triades.net/dow
 MAINTAINER=	damien.bobillot_pam_jail@m4x.org
 COMMENT=	A PAM module dropping users in jails after login
 
-MAN8=		pam_jail.8
-MANCOMPRESSED=	yes
+LICENSE=	BSD
+
 SUB_FILES=	pkg-message
-PLIST_FILES=	lib/pam_jail.so lib/pam_jail.so.1
+PLIST_FILES=	lib/pam_jail.so lib/pam_jail.so.1 man/man8/pam_jail.8.gz
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pam_jail.so.1 ${PREFIX}/lib/
-	${LN} -sf pam_jail.so.1 ${PREFIX}/lib/pam_jail.so
-	${INSTALL_MAN} ${WRKSRC}/pam_jail.8.gz ${PREFIX}/man/man8/
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_PROGRAM} ${WRKSRC}/pam_jail.so.1 ${STAGEDIR}${PREFIX}/lib/
+	${LN} -sf pam_jail.so.1 ${STAGEDIR}${PREFIX}/lib/pam_jail.so
+	${INSTALL_MAN} ${WRKSRC}/pam_jail.8 ${STAGEDIR}${PREFIX}/man/man8/
 
 .if ${OSVERSION} < 800000
 BROKEN=		jail version not supported
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"