Date: Thu, 5 Apr 2012 08:24:57 +0800 (CST) From: Lung-Pin Chang <changlp@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/166655: [MAINTAINER] www/gist: Fix distinfo Message-ID: <20120405002457.EE8399B483@Archon.iamben.csie.net> Resent-Message-ID: <201204050030.q350U5TT028836@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166655 >Category: ports >Synopsis: [MAINTAINER] www/gist: Fix distinfo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 05 00:30:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Lung-Pin Chang >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD Archon.iamben.csie.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: - Fix incorrect distinfo - Revise DISTNAME Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- gist-3.1.0_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/gist/Makefile /home/iamben/tmp/ports/www/gist/Makefile --- /usr/ports/www/gist/Makefile 2012-04-05 01:50:24.000000000 +0800 +++ /home/iamben/tmp/ports/www/gist/Makefile 2012-04-05 08:19:26.391003778 +0800 @@ -7,22 +7,26 @@ PORTNAME= gist PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= www net -MASTER_SITES= https://github.com/defunkt/${PORTNAME}/raw/v${PORTVERSION}/ -DISTNAME= gist -EXTRACT_SUFX= -EXTRACT_ONLY= +MASTER_SITES= https://github.com/${GITAUTHOR}/${PORTNAME}/tarball/v${PORTVERSION}/ +DISTNAME= ${GITAUTHOR}-${PORTNAME}-v${PORTVERSION}-0-g${GITCOMMIT} MAINTAINER= changlp@cs.nctu.edu.tw COMMENT= A gist pastebin posting command CONFLICTS= p5-App-gist-[0-9]* +GITCOMMIT= 82ffb80 +GITAUTHOR= defunkt + USE_RUBY= YES NO_BUILD= YES +FETCH_ARGS= -r +WRKSRC= ${WRKDIR}/${GITAUTHOR}-${PORTNAME}-${GITCOMMIT} PLIST_FILES= bin/gist do-install: - ${INSTALL_SCRIPT} ${DISTDIR}/gist ${PREFIX}/bin/gist + ${INSTALL_SCRIPT} ${WRKSRC}/gist ${PREFIX}/bin/gist .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/www/gist/distinfo /home/iamben/tmp/ports/www/gist/distinfo --- /usr/ports/www/gist/distinfo 2011-05-22 01:52:28.000000000 +0800 +++ /home/iamben/tmp/ports/www/gist/distinfo 2012-04-05 08:15:06.735008690 +0800 @@ -1,2 +1,2 @@ -SHA256 (gist) = 5089b3b300d16a83b54c7ddf5dfc3561cadda35dae4a002bc66d888526ef9033 -SIZE (gist) = 17761 +SHA256 (defunkt-gist-v3.1.0-0-g82ffb80.tar.gz) = d26149363ad7529fe408ce810401ef6bbfbb2c4dc4bff9adbc80862c04cbaa47 +SIZE (defunkt-gist-v3.1.0-0-g82ffb80.tar.gz) = 699830 --- gist-3.1.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120405002457.EE8399B483>