Summary: | Update sysutils/vcp: 0.9 -> 1.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kirill Ponomarew <ponomarew> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Kirill Ponomarew
2003-04-25 19:50:14 UTC
It is considered good faith to CC maintainer of the port you are
updating.
It will probably also speed up the commit, as maintainer has to agree to
changes.
/mich
Kirill Ponomarew (ponomarew) writes:
>
> >Number: 51420
> >Category: ports
> >Synopsis: Update sysutils/vcp: 0.9 -> 1.0
> >Confidential: no
> >Severity: non-critical
> >Priority: low
> >Responsible: freebsd-ports-bugs
> >State: open
> >Quarter:
> >Keywords:
> >Date-Required:
> >Class: update
> >Submitter-Id: current-users
> >Arrival-Date: Fri Apr 25 11:50:14 PDT 2003
> >Closed-Date:
> >Last-Modified:
> >Originator: Kirill Ponomarew
> >Release: FreeBSD 4.8-RELEASE i386
> >Organization:
> Oberon.net
> >Environment:
>
>
> >Description:
> Update sysutils/vcp: 0.9 -> 1.0
>
> This release has color, fixes for usage(), and a man page
>
> >How-To-Repeat:
> >Fix:
>
> diff -ruN vcp.orig/Makefile vcp/Makefile
> --- vcp.orig/Makefile Sun Mar 30 23:28:28 2003
> +++ vcp/Makefile Fri Apr 25 20:38:03 2003
> @@ -7,7 +7,7 @@
> #
>
> PORTNAME= vcp
> -PORTVERSION= 0.9
> +PORTVERSION= 1.0
> CATEGORIES= sysutils
> MASTER_SITES= http://members.optusnet.com.au/~dbbryan/vcp/
> EXTRACT_SUFX= .tar.Z
> @@ -22,6 +22,7 @@
> do-build:
> cd ${WRKSRC} && \
> ${CC} ${CFLAGS} -c main.c && \
> + ${CC} ${CFLAGS} -c color.c && \
> ${CC} ${CFLAGS} -c copyall.c && \
> ${CC} ${CFLAGS} -c copy.c && \
> ${CC} ${CFLAGS} -c screen.c && \
> @@ -29,7 +30,7 @@
> ${CC} ${CFLAGS} -c cntfiles.c && \
> ${CC} ${CFLAGS} -c path.c && \
> ${CC} ${CFLAGS} -c misc.c && \
> - ${CC} ${CFLAGS} -o ${PORTNAME} main.o copyall.o copy.o screen.o log.o cntfiles.o path.o misc.o ${LDFLAGS}
> + ${CC} ${CFLAGS} -o ${PORTNAME} main.o copyall.o copy.o screen.o log.o cntfiles.o path.o misc.o color.c ${LDFLAGS}
>
> do-install:
> ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
> diff -ruN vcp.orig/distinfo vcp/distinfo
> --- vcp.orig/distinfo Sun Mar 30 23:28:28 2003
> +++ vcp/distinfo Fri Apr 25 20:32:15 2003
> @@ -1 +1 @@
> -MD5 (vcp-0.9.tar.Z) = 23b8540561d6c4e9865fa372e08e6002
> +MD5 (vcp-1.0.tar.Z) = 3d5c322c0d409525f07510eca1534273
>
> >Release-Note:
> >Audit-Trail:
> >Unformatted:
> _______________________________________________
> freebsd-ports-bugs@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
> To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
--
Best Regards,
Michael Landin Hostbaek
FreeBSDCluster.org - an International Community
*/ PGP-key available upon request /*
I, maintainer, agree to these changes. Thanks Kirill.
/mich
Kirill Ponomarew (ponomarew) writes:
>
> >Number: 51420
> >Category: ports
> >Synopsis: Update sysutils/vcp: 0.9 -> 1.0
> >Confidential: no
> >Severity: non-critical
> >Priority: low
> >Responsible: freebsd-ports-bugs
> >State: open
> >Quarter:
> >Keywords:
> >Date-Required:
> >Class: update
> >Submitter-Id: current-users
> >Arrival-Date: Fri Apr 25 11:50:14 PDT 2003
> >Closed-Date:
> >Last-Modified:
> >Originator: Kirill Ponomarew
> >Release: FreeBSD 4.8-RELEASE i386
> >Organization:
> Oberon.net
> >Environment:
>
>
> >Description:
> Update sysutils/vcp: 0.9 -> 1.0
>
> This release has color, fixes for usage(), and a man page
>
> >How-To-Repeat:
> >Fix:
>
> diff -ruN vcp.orig/Makefile vcp/Makefile
> --- vcp.orig/Makefile Sun Mar 30 23:28:28 2003
> +++ vcp/Makefile Fri Apr 25 20:38:03 2003
> @@ -7,7 +7,7 @@
> #
>
> PORTNAME= vcp
> -PORTVERSION= 0.9
> +PORTVERSION= 1.0
> CATEGORIES= sysutils
> MASTER_SITES= http://members.optusnet.com.au/~dbbryan/vcp/
> EXTRACT_SUFX= .tar.Z
> @@ -22,6 +22,7 @@
> do-build:
> cd ${WRKSRC} && \
> ${CC} ${CFLAGS} -c main.c && \
> + ${CC} ${CFLAGS} -c color.c && \
> ${CC} ${CFLAGS} -c copyall.c && \
> ${CC} ${CFLAGS} -c copy.c && \
> ${CC} ${CFLAGS} -c screen.c && \
> @@ -29,7 +30,7 @@
> ${CC} ${CFLAGS} -c cntfiles.c && \
> ${CC} ${CFLAGS} -c path.c && \
> ${CC} ${CFLAGS} -c misc.c && \
> - ${CC} ${CFLAGS} -o ${PORTNAME} main.o copyall.o copy.o screen.o log.o cntfiles.o path.o misc.o ${LDFLAGS}
> + ${CC} ${CFLAGS} -o ${PORTNAME} main.o copyall.o copy.o screen.o log.o cntfiles.o path.o misc.o color.c ${LDFLAGS}
>
> do-install:
> ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
> diff -ruN vcp.orig/distinfo vcp/distinfo
> --- vcp.orig/distinfo Sun Mar 30 23:28:28 2003
> +++ vcp/distinfo Fri Apr 25 20:32:15 2003
> @@ -1 +1 @@
> -MD5 (vcp-0.9.tar.Z) = 23b8540561d6c4e9865fa372e08e6002
> +MD5 (vcp-1.0.tar.Z) = 3d5c322c0d409525f07510eca1534273
>
> >Release-Note:
> >Audit-Trail:
> >Unformatted:
> _______________________________________________
> freebsd-ports-bugs@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
> To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
--
Best Regards,
Michael Landin Hostbaek
FreeBSDCluster.org - an International Community
*/ PGP-key available upon request /*
State Changed From-To: open->closed Committed, Thanks. |