Bug 51420 - Update sysutils/vcp: 0.9 -> 1.0
Summary: Update sysutils/vcp: 0.9 -> 1.0
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: 2003-04-25 19:50 UTC by Kirill Ponomarew
Modified: 2003-05-08 15:04 UTC (History)
0 users

See Also:


Attachments
file.diff (1.27 KB, patch)
2003-04-25 19:50 UTC, Kirill Ponomarew
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Ponomarew 2003-04-25 19:50:14 UTC
Update sysutils/vcp: 0.9 -> 1.0

This release has color, fixes for usage(), and a man page
Comment 1 Michael L. Hostbaek 2003-04-26 09:10:07 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 /*
Comment 2 Michael L. Hostbaek 2003-04-27 15:46:02 UTC
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 /*
Comment 3 Michael Landin freebsd_committer freebsd_triage 2003-05-08 15:01:25 UTC
State Changed
From-To: open->closed

Committed, Thanks.