Bug 187216 - [PATCH] security/pwauth: update to 2.3.11
Summary: [PATCH] security/pwauth: update to 2.3.11
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-03 06:40 UTC by takefu
Modified: 2014-03-27 07:20 UTC (History)
1 user (show)

See Also:


Attachments
pwauth-2.3.11.patch (1.84 KB, patch)
2014-03-03 06:40 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2014-03-03 06:40:00 UTC
- Update to 2.3.11
- portlint(1) compliant
- Staging
- Add License

Port maintainer (eg@fbsd.lt) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-03 06:40:07 UTC
Maintainer of security/pwauth,

Please note that PR ports/187216 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/187216

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-03 06:40:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2014-03-20 15:08:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-03-20 15:16:00 UTC
Author: pawel
Date: Thu Mar 20 15:15:57 2014
New Revision: 348694
URL: http://svnweb.freebsd.org/changeset/ports/348694
QAT: https://qat.redports.org/buildarchive/r348694/

Log:
  - Update to version 2.3.11
  - Add LICENSE
  - Support staging
  
  PR:		ports/187216
  Submitted by:	Takefu <takefu@airport.fm>
  Approved by:	maintainer timeout

Modified:
  head/security/pwauth/Makefile
  head/security/pwauth/distinfo

Modified: head/security/pwauth/Makefile
==============================================================================
--- head/security/pwauth/Makefile	Thu Mar 20 15:14:08 2014	(r348693)
+++ head/security/pwauth/Makefile	Thu Mar 20 15:15:57 2014	(r348694)
@@ -2,27 +2,28 @@
 # $FreeBSD$
 
 PORTNAME=	pwauth
-PORTVERSION=	2.3.10
+PORTVERSION=	2.3.11
 CATEGORIES=	security www
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		http://www.unixpapa.com/software/
 
 MAINTAINER=	eg@fbsd.lt
-COMMENT=	A Unix Web Authenticator
+COMMENT=	Unix Web Authenticator
+
+LICENSE=	BSD3CLAUSE
 
 PLIST_FILES=	bin/pwauth bin/checkfaillog
 
 ALL_TARGET=	pwauth checkfaillog
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LIB="-lcrypt -lpam"
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 900007
 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-utmpx
 .endif
 
-WWWUID!=	${ID} -u ${WWWOWN}
+WWWUID=		`${ID} -u ${WWWOWN}`
 MINUID?=	1000
 
 post-patch:
@@ -30,9 +31,8 @@ post-patch:
 		s/%%MINUID%%/${MINUID}/" ${WRKSRC}/config.h
 
 do-install:
-	-@${MKDIR} ${PREFIX}/bin
-	@${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${PREFIX}/bin
-	@${INSTALL_PROGRAM} ${WRKSRC}/checkfaillog ${PREFIX}/bin
-	@${CHMOD} u=rxs ${PREFIX}/bin/pwauth
+	@${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${STAGEDIR}${PREFIX}/bin
+	@${INSTALL_PROGRAM} ${WRKSRC}/checkfaillog ${STAGEDIR}${PREFIX}/bin
+	@${CHMOD} u=rxs ${STAGEDIR}${PREFIX}/bin/pwauth
 
 .include <bsd.port.post.mk>

Modified: head/security/pwauth/distinfo
==============================================================================
--- head/security/pwauth/distinfo	Thu Mar 20 15:14:08 2014	(r348693)
+++ head/security/pwauth/distinfo	Thu Mar 20 15:15:57 2014	(r348694)
@@ -1,2 +1,2 @@
-SHA256 (pwauth-2.3.10.tar.gz) = 267813acccc58d407b735ebfd32ee7ec52726379d0aa3670731d2ea4c9d85906
-SIZE (pwauth-2.3.10.tar.gz) = 23825
+SHA256 (pwauth-2.3.11.tar.gz) = 3c6ab789d6ec92984954b4217418781508df393639adc32514d8491d8825fa22
+SIZE (pwauth-2.3.11.tar.gz) = 23974
_______________________________________________
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"
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2014-03-20 15:16:13 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 6 Edmondas Girkantas 2014-03-27 07:12:28 UTC
Looks fine, please commit changes.


On Mon, Mar 3, 2014 at 8:40 AM, Edwin Groothuis <edwin@freebsd.org> wrote:

> Maintainer of security/pwauth,
>
> Please note that PR ports/187216 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/187216
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>