Bug 64666 - mail/chk4mail new version 2.16
Summary: mail/chk4mail new version 2.16
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: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-24 20:20 UTC by Johan van Selst
Modified: 2004-03-25 13:59 UTC (History)
0 users

See Also:


Attachments
file.diff (679 bytes, patch)
2004-03-24 20:20 UTC, Johan van Selst
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johan van Selst 2004-03-24 20:20:29 UTC
	
	Maintainer-update: mail/chk4mail to version 2.16
	a few new features included, nothing spectacular
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-03-25 09:18:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

I'll handle this.
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-03-25 09:23:32 UTC
On both -STABLE & -CURRENT:

===>  Checking if mail/chk4mail already installed
Making install in man
/bin/sh ../aux/mkinstalldirs /usr/local/man/man1
  install -c -o root -g wheel -m 444 ./chk4mail.1 
/usr/local/man/man1/chk4mail.1
  install -c -o root -g wheel -m 444 ./chkimap.1 
/usr/local/man/man1/chkimap.1
Making install in src
/bin/sh ../aux/mkinstalldirs /usr/local/bin
   install -c -s -o root -g wheel -m 555 chk4mail /usr/local/bin/chk4mail
   install -c -s -o root -g wheel -m 555 chkimap /usr/local/bin/chkimap
make  install-exec-hook
make: don't know how to make install-exec-hook. Stop
*** Error code 2

Volker
Comment 3 Johan van Selst 2004-03-25 11:01:08 UTC
Volker Stolz wrote:
> On both -STABLE & -CURRENT:

> make  install-exec-hook
> make: don't know how to make install-exec-hook. Stop
> *** Error code 2

Argh. I must have been sound asleep when testing this!
I'm quite embarrassed. This is a bug in the program distribution,
which has now been fixed and tested on -CURRENT and -STABLE.
Please use attached patch instead.

Johan


diff -u ../mail/chk4mail/Makefile chk4mail/Makefile
--- ../mail/chk4mail/Makefile	Sun Mar 30 22:13:57 2003
+++ chk4mail/Makefile	Thu Mar 25 11:49:13 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	chk4mail
-PORTVERSION=	2.15
+PORTVERSION=	2.17
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.stack.nl/pub/users/johans/chk4mail/ \
 	ftp://mud.stack.nl/pub/chk4mail/
diff -u ../mail/chk4mail/distinfo chk4mail/distinfo
--- ../mail/chk4mail/distinfo	Sun Mar 30 22:13:57 2003
+++ chk4mail/distinfo	Thu Mar 25 11:49:21 2004
@@ -1 +1,2 @@
-MD5 (chk4mail-2.15.tar.gz) = 2b9baf0f336058f917a495ab5e31b19a
+MD5 (chk4mail-2.17.tar.gz) = 7ac8b6817e97e77b3f04dae759a81a3b
+SIZE (chk4mail-2.17.tar.gz) = 73286
Comment 4 Volker Stolz freebsd_committer freebsd_triage 2004-03-25 13:59:19 UTC
State Changed
From-To: open->closed

Committed, thanks!