svn commit: r343738 - in head/textproc/topic: . files

Frederic Culot culot at FreeBSD.org
Tue Feb 11 12:45:58 UTC 2014


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 at 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 at topcat.hypermart.net
+MAINTAINER=	email at 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


More information about the svn-ports-all mailing list