Bug 186924 - [MAINTAINER-UPDATE] net/drawterm: Update to 20140106
Summary: [MAINTAINER-UPDATE] net/drawterm: Update to 20140106
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-20 17:10 UTC by winston
Modified: 2014-02-20 21:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.44 KB, patch)
2014-02-20 17:10 UTC, winston
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description winston 2014-02-20 17:10:00 UTC
Bumped version from 20110822 to 20140106 and added STAGEDIR support.

I am the original maintainer (winstonw@lavabit.com). Unfortunately lavabit.com has since closed down -- my new email is winston@ml1.net

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-20 17:10:07 UTC
Maintainer of net/drawterm,

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

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

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Rusmir Dusko freebsd_committer freebsd_triage 2014-02-20 20:24:57 UTC
State Changed
From-To: feedback->open

Maintainer is submiter.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-02-20 21:25:15 UTC
Author: rakuco
Date: Thu Feb 20 21:25:08 2014
New Revision: 345268
URL: http://svnweb.freebsd.org/changeset/ports/345268
QAT: https://qat.redports.org/buildarchive/r345268/

Log:
  - Update to 20140106.
  - Support staging.
  - Update maintainer email address.
  
  PR:		ports/186924
  Submitted by:	Winston Weinert <winston@ml1.net> (maintainer)

Modified:
  head/net/drawterm/Makefile
  head/net/drawterm/distinfo

Modified: head/net/drawterm/Makefile
==============================================================================
--- head/net/drawterm/Makefile	Thu Feb 20 21:06:49 2014	(r345267)
+++ head/net/drawterm/Makefile	Thu Feb 20 21:25:08 2014	(r345268)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	drawterm
-PORTVERSION=	20110822
+PORTVERSION=	20140106
 CATEGORIES=	net
 MASTER_SITES=	http://swtch.com/drawterm/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	winstonw@lavabit.com
+MAINTAINER=	winston@ml1.net
 COMMENT=	Plan9 cpu client
 
 # Additionally the Lucent Public License
@@ -21,14 +21,13 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 
 MAKE_ARGS=	CONF=pthread
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/drawterm ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/drawterm ${STAGEDIR}${PREFIX}/bin
 
 post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_MAN} ${WRKSRC}/README ${WRKSRC}/LICENSE ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_MAN} ${WRKSRC}/README ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/net/drawterm/distinfo
==============================================================================
--- head/net/drawterm/distinfo	Thu Feb 20 21:06:49 2014	(r345267)
+++ head/net/drawterm/distinfo	Thu Feb 20 21:25:08 2014	(r345268)
@@ -1,2 +1,2 @@
-SHA256 (drawterm-20110822.tgz) = 457dddbd4719f6de912e06004f1f23136bed5364994904dd4a121d65b7bd1b6e
-SIZE (drawterm-20110822.tgz) = 1191196
+SHA256 (drawterm-20140106.tgz) = d165e86f3a0aa82fd70764ac4b08f9312ac3c6c4f559bf3e37588d6a92af394a
+SIZE (drawterm-20140106.tgz) = 1283386
_______________________________________________
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 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-02-20 21:25:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!