Bug 183193 - [PATCH] sysutils/dmidecode: Support staging
Summary: [PATCH] sysutils/dmidecode: 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: Anders Nordby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-22 11:20 UTC by Mathieu Arnold
Modified: 2013-11-06 12:30 UTC (History)
1 user (show)

See Also:


Attachments
dmidecode-2.12.patch (1.17 KB, patch)
2013-10-22 11:20 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-10-22 11:20:01 UTC
- Support staging
- Cleanup COMMENT

Port maintainer (anders@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-22 11:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anders

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2013-11-06 12:28:59 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-06 12:29:06 UTC
Author: mat
Date: Wed Nov  6 12:28:58 2013
New Revision: 332980
URL: http://svnweb.freebsd.org/changeset/ports/332980

Log:
  - Support staging
  - Cleanup COMMENT
  - Pet portlint
  
  maintainer timeout
  PR:		ports/183193
  Submitted by:	mat

Modified:
  head/sysutils/dmidecode/Makefile

Modified: head/sysutils/dmidecode/Makefile
==============================================================================
--- head/sysutils/dmidecode/Makefile	Wed Nov  6 12:27:13 2013	(r332979)
+++ head/sysutils/dmidecode/Makefile	Wed Nov  6 12:28:58 2013	(r332980)
@@ -9,32 +9,25 @@ MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	anders@FreeBSD.org
-COMMENT=	A tool for dumping DMI (SMBIOS) contents in human-readable format
+COMMENT=	Tool for dumping DMI (SMBIOS) contents in human-readable format
+
+LICENSE=	GPLv2
 
 ONLY_FOR_ARCHS=	i386 amd64 ia64
 
 USE_BZIP2=	yes
 MAKE_ENV+=	DOCSDIR="${DOCSDIR}"
-LICENSE=	GPLv2
 
-NO_STAGE=	yes
+PLIST_FILES=	sbin/dmidecode \
+		man/man8/dmidecode.8.gz
 
-.if defined(NOPORTDOCS)
-post-patch:
-	@${REINPLACE_CMD} -e '/^install.*:/s,install-doc,,' ${WRKSRC}/Makefile
-
-.else
 PORTDOCS=	AUTHORS CHANGELOG README
-.endif
-
-MAN8=		dmidecode.8
-PLIST_FILES=	sbin/dmidecode
 
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64" || ${ARCH} == "i386"
-MAN8+=		biosdecode.8 ownership.8 vpddecode.8
-PLIST_FILES+=	sbin/biosdecode sbin/ownership sbin/vpddecode
+PLIST_FILES+=	sbin/biosdecode sbin/ownership sbin/vpddecode \
+		man/man8/biosdecode.8.gz man/man8/ownership.8.gz man/man8/vpddecode.8.gz
 .endif
 
 .include <bsd.port.post.mk>
_______________________________________________
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"