diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-01-06 15:25:13 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-01-06 15:25:13 +0000 |
commit | b46d4c822059cfa1531f68ef79dd8935c5d242a8 (patch) | |
tree | a165f2da5ee8e93c889166492a7d9fa43d10a90f /comms/tits | |
parent | 2eaaffc35daaf2c102c81532a87dfee1bb5eb3dc (diff) |
Notes
Diffstat (limited to 'comms/tits')
-rw-r--r-- | comms/tits/Makefile | 1 | ||||
-rw-r--r-- | comms/tits/distinfo | 1 | ||||
-rw-r--r-- | comms/tits/files/patch-listener.c | 16 |
3 files changed, 18 insertions, 0 deletions
diff --git a/comms/tits/Makefile b/comms/tits/Makefile index 345155e36d7d..cfaa4bbfd13f 100644 --- a/comms/tits/Makefile +++ b/comms/tits/Makefile @@ -7,6 +7,7 @@ PORTNAME= tits PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.mctavish.co.uk/tits/ diff --git a/comms/tits/distinfo b/comms/tits/distinfo index 16aba2ed3c02..a9dc8f403bdb 100644 --- a/comms/tits/distinfo +++ b/comms/tits/distinfo @@ -1,2 +1,3 @@ MD5 (tits-1.1.2.tar.gz) = 78f5f8d3f743950f298aa04b17cb7fe8 +SHA256 (tits-1.1.2.tar.gz) = da82e0ca603dbcb59c4d28353a47a70d228e6b2cd6df23f952abe367850970e0 SIZE (tits-1.1.2.tar.gz) = 21948 diff --git a/comms/tits/files/patch-listener.c b/comms/tits/files/patch-listener.c new file mode 100644 index 000000000000..fb39f4e9b6aa --- /dev/null +++ b/comms/tits/files/patch-listener.c @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- listener.c.orig ++++ listener.c +@@ -189,10 +189,6 @@ + NULL) + context_del_client(cc->cc_ctx, ccc); + +- if (lc->lc_args.la_address) +- (void) free(lc->lc_args.la_address); +- (void) free(lc->lc_args.la_port); +- + (void) free(lc); + } + |