Date: Fri, 19 Sep 2008 18:10:28 -0500 (CDT) From: "B. Estrade" <estrabd@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/127500: [maintainer update] Message-ID: <200809192310.m8JNASBv079985@bc3.hpc.lsu.edu> Resent-Message-ID: <200809192330.m8JNU12W028704@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 127500 >Category: ports >Synopsis: [maintainer update] >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: Fri Sep 19 23:30:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: B. Estrade <estrabd@gmail.com> >Release: FreeBSD 7.0-RELEASE-p3 i386 >Organization: Self >Environment: System: FreeBSD bc3.hpc.lsu.edu 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #6: Tue Aug 5 22:50:51 CDT 2008 root@bc3.hpc.lsu.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: This is an update to www/vee - I wish to become the port's maintainer as well (I am the actual developer). >How-To-Repeat: N/A >Fix: Just need to apply diff. --- vee.diff begins here --- diff -ruN vee.back/Makefile vee/Makefile --- vee.back/Makefile 1969-12-31 18:00:00.000000000 -0600 +++ vee/Makefile 2008-09-19 17:55:43.000000000 -0500 @@ -0,0 +1,27 @@ +# New ports collection makefile for: vee +# Date created: 19 September 2008 +# Whom: B. Estrade <estrabd@gmail.com> +# +# $FreeBSD: ports/www/vee/Makefile,v 1.2 2007/09/10 16:15:06 sat Exp $ +# + +PORTNAME= vee +DISTVERSION= 0.9.9-zeta +CATEGORIES= www +MASTER_SITES= http://www.0x743.com/vee/ CENKES +# Also here: http://code.google.com/p/vee/ +EXTRACT_SUFX= .tgz + +MAINTAINER= estrabd@gmail.com +COMMENT= Tiny CLI blogging tool + +NO_BUILD= yes +PLIST_FILES= bin/${PORTNAME} + +post-patch: + @${REINPLACE_CMD} -Ee 's|^function ([[:graph:]]+)|\1 ()|' ${WRKSRC}/bin/${PORTNAME} + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/ + +.include <bsd.port.mk> diff -ruN vee.back/distinfo vee/distinfo --- vee.back/distinfo 1969-12-31 18:00:00.000000000 -0600 +++ vee/distinfo 2008-09-19 17:54:52.000000000 -0500 @@ -0,0 +1,3 @@ +MD5 (vee-0.9.9-zeta.tgz) = 4993bd7ede7f635e4402845456149e2c +SHA256 (vee-0.9.9-zeta.tgz) = 3798eb25a39c790f245d22c8ff1c8f86030f884e019d6f8dd151f64ff77772be +SIZE (vee-0.9.9-zeta.tgz) = 9024 diff -ruN vee.back/pkg-descr vee/pkg-descr --- vee.back/pkg-descr 1969-12-31 18:00:00.000000000 -0600 +++ vee/pkg-descr 2008-09-19 17:55:27.000000000 -0500 @@ -0,0 +1,6 @@ +vee is a zero configuration, command line blog tool that is written in +Bourne shell in a single file. It uses vi as the editor, but this can +be changed out. + +WWW: http://www.0x743.com/vee/ +Author: B. Estrade <estrabd at gmail> --- vee.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809192310.m8JNASBv079985>