Summary: | mail/chk4mail new version 2.16 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Johan van Selst <johans> | ||||
Component: | Individual Port(s) | Assignee: | Volker Stolz <vs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Johan van Selst
2004-03-24 20:20:29 UTC
Responsible Changed From-To: freebsd-ports-bugs->vs I'll handle this. 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 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 State Changed From-To: open->closed Committed, thanks! |