From nobody@FreeBSD.org  Mon Feb 10 16:43:50 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 6C5B3F63
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Feb 2014 16:43:50 +0000 (UTC)
Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 544F71FBA
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Feb 2014 16:43:50 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1AGhnON013268
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Feb 2014 16:43:49 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1AGhn5O013266;
	Mon, 10 Feb 2014 16:43:49 GMT
	(envelope-from nobody)
Message-Id: <201402101643.s1AGhn5O013266@cgiserv.freebsd.org>
Date: Mon, 10 Feb 2014 16:43:49 GMT
From: "Michael S. Sanders" <email@freebsd.hypermart.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Topic: New release and new website
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         186634
>Category:       ports
>Synopsis:       textproc/topic: New release and new website
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 10 16:50:01 UTC 2014
>Closed-Date:    Tue Feb 11 12:46:12 UTC 2014
>Last-Modified:  Tue Feb 11 12:50:00 UTC 2014
>Originator:     Michael S. Sanders
>Release:        v10
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	topic
#	topic/Makefile
#	topic/distinfo
#	topic/pkg-descr
#	topic/pkg-plist
#
echo c - topic
mkdir -p topic > /dev/null 2>&1
echo x - topic/Makefile
sed 's/^X//' >topic/Makefile << '50be4062945024160078a562eded2415'
X# $FreeBSD$
X
XPORTNAME=	topic
XPORTVERSION=	1.03
XCATEGORIES=	textproc
XMASTER_SITES=	http://freebsd.hypermart.net/code/
X
XMAINTAINER=	email@freebsd.hypermart.net
XCOMMENT=	Topic markup parser
X
XLICENSE=	BSD2CLAUSE
X
XMAN1=	topic.1
X
XNO_STAGE=	yes
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/topic ${PREFIX}/bin/topic
X	${INSTALL_MAN} ${WRKSRC}/topic.1 ${PREFIX}/man/man1/topic.1
X
X.include <bsd.port.mk>
50be4062945024160078a562eded2415
echo x - topic/distinfo
sed 's/^X//' >topic/distinfo << '75f7a442c767bea6a035a94239998b72'
XSHA256 (topic-1.03.tar.gz) = d36d157e08a2bf5258dff1279e2a4aca9ba22ac22e4579fbf68d823c1cedb66f
XSIZE (topic-1.03.tar.gz) = 5810
75f7a442c767bea6a035a94239998b72
echo x - topic/pkg-descr
sed 's/^X//' >topic/pkg-descr << '62f6ce1326a638fa58422162e3a80f58'
XTOPIC markup provides a minimal context for plain text databases that
Xcan be read/modified by most text editors, and easily parsed as well.
X
XWWW: http://freebsd.hypermart.net/topic.html
62f6ce1326a638fa58422162e3a80f58
echo x - topic/pkg-plist
sed 's/^X//' >topic/pkg-plist << 'a4b74f74ebaaa092d8779031f3cb1652'
Xbin/topic
X
a4b74f74ebaaa092d8779031f3cb1652
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Mon Feb 10 20:08:05 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186634 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Tue Feb 11 12:46:11 UTC 2014 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186634 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186634: commit references a PR
Date: Tue, 11 Feb 2014 12:46:05 +0000 (UTC)

 Author: culot
 Date: Tue Feb 11 12:45:56 2014
 New Revision: 343738
 URL: http://svnweb.freebsd.org/changeset/ports/343738
 QAT: https://qat.redports.org/buildarchive/r343738/
 
 Log:
   - Update to 1.03 [1]
   - Update MASTER_SITES, MAINTAINER's address, and WWW link [1]
   - Add LICENSE (BSD 2-Clause) [1]
   - Support staging
   
   PR:		ports/186634 [1]
   Submitted by:	Michael S. Sanders <email@freebsd.hypermart.net> (maintainer)
 
 Added:
   head/textproc/topic/pkg-plist   (contents, props changed)
 Deleted:
   head/textproc/topic/files/
 Modified:
   head/textproc/topic/Makefile
   head/textproc/topic/distinfo
   head/textproc/topic/pkg-descr
 
 Modified: head/textproc/topic/Makefile
 ==============================================================================
 --- head/textproc/topic/Makefile	Tue Feb 11 12:38:32 2014	(r343737)
 +++ head/textproc/topic/Makefile	Tue Feb 11 12:45:56 2014	(r343738)
 @@ -1,22 +1,17 @@
  # $FreeBSD$
  
  PORTNAME=	topic
 -PORTVERSION=	1.02
 +PORTVERSION=	1.03
  CATEGORIES=	textproc
 -MASTER_SITES=	# http://topcat.hypermart.net/code/
 +MASTER_SITES=	http://freebsd.hypermart.net/code/
  
 -MAINTAINER=	mike@topcat.hypermart.net
 +MAINTAINER=	email@freebsd.hypermart.net
  COMMENT=	Topic markup parser
  
 -PLIST_FILES=	bin/${PORTNAME}
 -MAN1=		${PORTNAME}.1
 -
 -NO_STAGE=	yes
 -pre-build:
 -	@${RM} ${WRKSRC}/topic.txt
 +LICENSE=	BSD2CLAUSE
  
  do-install:
 -	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 -	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
 +	${INSTALL_PROGRAM} ${WRKSRC}/topic ${STAGEDIR}${PREFIX}/bin/topic
 +	${INSTALL_MAN} ${WRKSRC}/topic.1 ${STAGEDIR}${PREFIX}/man/man1/topic.1
  
  .include <bsd.port.mk>
 
 Modified: head/textproc/topic/distinfo
 ==============================================================================
 --- head/textproc/topic/distinfo	Tue Feb 11 12:38:32 2014	(r343737)
 +++ head/textproc/topic/distinfo	Tue Feb 11 12:45:56 2014	(r343738)
 @@ -1,2 +1,2 @@
 -SHA256 (topic-1.02.tar.gz) = 1150cca9b447fbf3cf79305574bc92c1c751a73727735e6f8c49b9171e952ffb
 -SIZE (topic-1.02.tar.gz) = 6028
 +SHA256 (topic-1.03.tar.gz) = d36d157e08a2bf5258dff1279e2a4aca9ba22ac22e4579fbf68d823c1cedb66f
 +SIZE (topic-1.03.tar.gz) = 5810
 
 Modified: head/textproc/topic/pkg-descr
 ==============================================================================
 --- head/textproc/topic/pkg-descr	Tue Feb 11 12:38:32 2014	(r343737)
 +++ head/textproc/topic/pkg-descr	Tue Feb 11 12:45:56 2014	(r343738)
 @@ -1,2 +1,4 @@
  TOPIC markup provides a minimal context for plain text databases that
  can be read/modified by most text editors, and easily parsed as well.
 +
 +WWW: http://freebsd.hypermart.net/topic.html
 
 Added: head/textproc/topic/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/topic/pkg-plist	Tue Feb 11 12:45:56 2014	(r343738)
 @@ -0,0 +1,2 @@
 +bin/topic
 +man/man1/topic.1.gz
 _______________________________________________
 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"
 
>Unformatted:
