diff options
author | pav <pav@FreeBSD.org> | 2004-01-06 08:10:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-06 08:10:38 +0800 |
commit | a01365dccafa82dfef9ebcb3698e49b39852d673 (patch) | |
tree | 428aeadfac122d0d6a950367ee602be9cf6225ec | |
parent | 2460e2f694950cf3097c67725440fe3e4fd7a35f (diff) | |
download | freebsd-ports-gnome-a01365dccafa82dfef9ebcb3698e49b39852d673.tar.gz freebsd-ports-gnome-a01365dccafa82dfef9ebcb3698e49b39852d673.tar.zst freebsd-ports-gnome-a01365dccafa82dfef9ebcb3698e49b39852d673.zip |
- Update to 0.02
PR: ports/60960
Submitted by: Mina Naguib <webmaster@topfx.com> (maintainer)
-rw-r--r-- | multimedia/bsdbktr_tvtune/Makefile | 2 | ||||
-rw-r--r-- | multimedia/bsdbktr_tvtune/distinfo | 2 | ||||
-rw-r--r-- | multimedia/bsdbktr_tvtune/files/patch-bsdbktr_tvtune.c | 67 |
3 files changed, 2 insertions, 69 deletions
diff --git a/multimedia/bsdbktr_tvtune/Makefile b/multimedia/bsdbktr_tvtune/Makefile index b0bfde26e821..ad0e4418fb94 100644 --- a/multimedia/bsdbktr_tvtune/Makefile +++ b/multimedia/bsdbktr_tvtune/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bsdbktr_tvtune -PORTVERSION= 0.01 +PORTVERSION= 0.02 CATEGORIES= multimedia MASTER_SITES= http://www.topfx.com/dist/ diff --git a/multimedia/bsdbktr_tvtune/distinfo b/multimedia/bsdbktr_tvtune/distinfo index 0f33450527b3..711d0a452f7f 100644 --- a/multimedia/bsdbktr_tvtune/distinfo +++ b/multimedia/bsdbktr_tvtune/distinfo @@ -1 +1 @@ -MD5 (bsdbktr_tvtune-0.01.tar.gz) = 49f979a86581eb3adf5d26c6ad898257 +MD5 (bsdbktr_tvtune-0.02.tar.gz) = 3ec8aca0222e103fac2a6a236ee37964 diff --git a/multimedia/bsdbktr_tvtune/files/patch-bsdbktr_tvtune.c b/multimedia/bsdbktr_tvtune/files/patch-bsdbktr_tvtune.c deleted file mode 100644 index c87d86cc4c44..000000000000 --- a/multimedia/bsdbktr_tvtune/files/patch-bsdbktr_tvtune.c +++ /dev/null @@ -1,67 +0,0 @@ ---- bsdbktr_tvtune.c.orig Sun Jan 4 23:43:58 2004 -+++ bsdbktr_tvtune.c Mon Jan 5 21:19:01 2004 -@@ -159,35 +159,35 @@ - * Shows propper utility usage then exits - */ - void show_usage(char *programname) { -- printf(" -- --Usage: -- %s [-d TVTUNERDEVICE] [-s CHANNELSET] -c CHANNEL -- %s -h -- %s -l -- %s -v -- --Where: -- -- -c -- The channel to tune to -- -- -d -- The device to open for tuning. If unspecified defaults to /dev/tuner0 -- -- -h -- This help you're seeing -- -- -l -- List all valid CHANNELSETs you could pass to the -s option -- -- -s -- The channel set configuration to use. If unspecified defaults to NABCST -- -- -v -- Show program version -- --", programname, programname, programname, programname); -+ printf("\n"\ -+" \n"\ -+"Usage:\n"\ -+" %s [-d TVTUNERDEVICE] [-s CHANNELSET] -c CHANNEL\n"\ -+" %s -h\n"\ -+" %s -l\n"\ -+" %s -v\n"\ -+"\n"\ -+"Where:\n"\ -+"\n"\ -+" -c\n"\ -+" The channel to tune to\n"\ -+"\n"\ -+" -d\n"\ -+" The device to open for tuning. If unspecified defaults to /dev/tuner0\n"\ -+"\n"\ -+" -h\n"\ -+" This help you're seeing\n"\ -+"\n"\ -+" -l\n"\ -+" List all valid CHANNELSETs you could pass to the -s option\n"\ -+"\n"\ -+" -s\n"\ -+" The channel set configuration to use. If unspecified defaults to NABCST\n"\ -+"\n"\ -+" -v\n"\ -+" Show program version\n"\ -+"\n"\ -+"\n", programname, programname, programname, programname); - exit(1); - } - |