Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2013 21:17:25 GMT
From:      Danilo Egêa Gondolfo <danilogondolfo@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180244: security/tpmmanager update and take maintainership
Message-ID:  <201307032117.r63LHP6o085825@oldred.freebsd.org>
Resent-Message-ID: <201307032120.r63LK2T6045898@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180244
>Category:       ports
>Synopsis:       security/tpmmanager update and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 03 21:20:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Danilo Egêa Gondolfo
>Release:        FreeBSD 9.1-STABLE
>Organization:
Universidade Estadual de Maringá
>Environment:
FreeBSD freebsd 9.1-STABLE FreeBSD 9.1-STABLE #1 r252351: Fri Jun 28 16:22:27 BRT 2013     root@freebsd:/usr/obj/usr/src/sys/PROJETO  amd64
>Description:
Changes
- Updated from 0.8 to 0.8.1
- Header crop
- Removed extra tabs and spaces
- Take maintainership
- Added options
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 322232)
+++ Makefile	(working copy)
@@ -1,37 +1,33 @@
-# New ports collection makefile for:	tpmmanager
-# Date created:				2011-01-02
-# Whom:					Norikatsu Shigemura <nork@FreeBSD.org>
-#
+# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
 # $FreeBSD$
-#
 
-PORTNAME=		tpmmanager
-PORTVERSION=		0.8
-PORTREVISION=	1
-CATEGORIES=		security
-MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/${PORTNAME}-${PORTVERSION}
+PORTNAME=	tpmmanager
+PORTVERSION=	0.8.1
+CATEGORIES=	security
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.1//}/
 
-MAINTAINER=		ports@FreeBSD.org
-COMMENT=		TPM Manager
+MAINTAINER=	danilogondolfo@gmail.com
+COMMENT=	TPM Manager
 
-LIB_DEPENDS=		tspi.2:${PORTSDIR}/security/trousers
+LICENSE=	GPLv2
 
-LICENSE=		GPLv2
-LICENSE_FILE=		${WRKSRC}/COPYING
+LIB_DEPENDS=	tspi:${PORTSDIR}/security/trousers
 
-QT_NONSTANDARD=		YES
-USE_QT4=		gui moc_build qmake_build rcc_build uic_build
+QT_NONSTANDARD=	YES
+USE_QT4=	gui moc_build qmake_build rcc_build uic_build
 
-HAS_CONFIGURE=		YES
-MAKE_JOBS_SAFE=		YES
+HAS_CONFIGURE=	YES
+MAKE_JOBS_SAFE=	YES
 
-PLIST_FILES=		bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME}
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.pre.mk>
-.if !defined(NOPORTDOCS)
-PLIST_FILES+=		${DOCSDIR_REL}/${PORTNAME}.pdf \
-			${DOCSDIR_REL}/TPM_Manager.odt
-PLIST_DIRSTRY=		${DOCSDIR_REL}
+.if ${PORT_OPTIONS:MDOCS}
+PLIST_FILES+=	${DOCSDIR_REL}/${PORTNAME}.pdf \
+				${DOCSDIR_REL}/TPM_Manager.odt
+PLIST_DIRSTRY=	${DOCSDIR_REL}
 .endif
 
 do-configure:
@@ -39,11 +35,11 @@
 		${QMAKE} PREFIX=${PREFIX} tpmmanager.pro
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME}        ${PREFIX}/bin/
-.if !defined(NOPORTDOCS)
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/
+.if ${PORT_OPTIONS:MDOCS}
 	${INSTALL} -d -m 0755 ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/latex/${PORTNAME}.pdf ${DOCSDIR}/
-	${INSTALL_DATA} ${WRKSRC}/doc/TPM_Manager.odt       ${DOCSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/doc/TPM_Manager.odt ${DOCSDIR}/
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 322232)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (tpmmanager-0.8.tar.gz) = f3162ad323a668fb1f14a32ce5b275f0173fd9dc1d952ad46d3ac115c49df466
-SIZE (tpmmanager-0.8.tar.gz) = 3959086
+SHA256 (tpmmanager-0.8.1.tar.gz) = ff5afcff77e5f21ea6d62e55255d5acff9074a41b78dce589c3d2eab8ac06d60
+SIZE (tpmmanager-0.8.1.tar.gz) = 3959502


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307032117.r63LHP6o085825>