Revision: 22727 http://sourceforge.net/p/gar/code/22727 Author: bonivart Date: 2013-12-22 14:54:57 +0000 (Sun, 22 Dec 2013) Log Message: ----------- sendmail/trunk: update to 8.14.7
Modified Paths: -------------- csw/mgar/pkg/sendmail/trunk/Makefile csw/mgar/pkg/sendmail/trunk/checksums Modified: csw/mgar/pkg/sendmail/trunk/Makefile =================================================================== --- csw/mgar/pkg/sendmail/trunk/Makefile 2013-12-21 00:24:59 UTC (rev 22726) +++ csw/mgar/pkg/sendmail/trunk/Makefile 2013-12-22 14:54:57 UTC (rev 22727) @@ -31,12 +31,11 @@ # + #4150 Sendmail 8.14.4 released -> this is 8.14.5 NAME = sendmail -VERSION = 8.14.6 +VERSION = 8.14.7 GARTYPE = v2 DESCRIPTION = Sendmail MTA define BLURB - Sendmail MTA endef MASTER_SITES = ftp://ftp.sendmail.org/pub/sendmail/ @@ -146,32 +145,17 @@ ALTERNATIVE_sendmail += $(mandir)/man1/newaliases.1 newaliases.1 $(mandir)/man1/newaliases.1.sendmail ALTERNATIVE_sendmail += $(mandir)/man5/aliases.5 aliases.5 $(mandir)/man5/aliases.5.sendmail -# Look thru these to see if they are harmless, e.g. examples -CHECKPKG_OVERRIDES_CSWsendmail-contrib += file-with-bad-content|/usr/local|root/etc/opt/csw/movemail.conf -CHECKPKG_OVERRIDES_CSWsendmail-contrib += file-with-bad-content|/usr/local|root/opt/csw/bin/bounce-resender.pl -CHECKPKG_OVERRIDES_CSWsendmail-contrib += file-with-bad-content|/usr/local|root/opt/csw/bin/etrn.pl -CHECKPKG_OVERRIDES_CSWsendmail-contrib += file-with-bad-content|/usr/local|root/opt/csw/bin/re-mqueue.pl -CHECKPKG_OVERRIDES_CSWsendmail-contrib += file-with-bad-content|/usr/local|root/opt/csw/bin/movemail.pl -CHECKPKG_OVERRIDES_CSWsendmail-contrib += file-with-bad-content|/usr/local|root/opt/csw/bin/doublebounce.pl -CHECKPKG_OVERRIDES_CSWsendmail-contrib += file-with-bad-content|/usr/local|root/opt/csw/bin/expn.pl -CHECKPKG_OVERRIDES_CSWsendmail-contrib += file-with-bad-content|/usr/local|root/opt/csw/share/doc/sendmail_contrib/mmuegel -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/sendmail/cf/README -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/sendmail/cf/mailer/fax.m4 -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/sendmail/cf/mailer/qpage.m4 -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/sendmail/cf/mailer/procmail.m4 -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/sendmail/cf/mailer/phquery.m4 -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/sendmail/cf/ostype/dragonfly.m4 -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/sendmail/cf/ostype/freebsd5.m4 -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/sendmail/cf/ostype/freebsd6.m4 -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/sendmail/cf/ostype/powerux.m4 -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/sendmail/cf/cf/mail.cs.mc -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/sendmail/cf/cf/mail.eecs.mc -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/sendmail/cf/cf/knecht.mc -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/sendmail/cf/feature/local_procmail.m4 -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/man/man8/sendmail.8 -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/local|root/opt/csw/share/man/man8/smrsh.8 -CHECKPKG_OVERRIDES_CSWsendmail += file-with-bad-content|/usr/share|root/opt/csw/share/sendmail/cf/README +REINPLACE_USRLOCAL += $(sysconfdir)/movemail.conf +REINPLACE_USRLOCAL += $(bindir)/bounce-resender.pl +REINPLACE_USRLOCAL += $(bindir)/movemail.pl +REINPLACE_USRLOCAL += $(bindir)/doublebounce.pl +REINPLACE_USRLOCAL += $(bindir)/re-mqueue.pl +REINPLACE_USRLOCAL += $(bindir)/expn.pl +REINPLACE_WHEN_USRLOCAL = postinstall +# Don't know how to fix this or if it needs fixing +CHECKPKG_OVERRIDES_CSWsendmail += no-direct-binding + # The static libs from libmilter CHECKPKG_OVERRIDES_CSWlibmilter += discouraged-path-in-pkgmap|/opt/csw/lib/libsmutil.a CHECKPKG_OVERRIDES_CSWlibmilter += discouraged-path-in-pkgmap|/opt/csw/lib/libmilter.a @@ -214,7 +198,7 @@ build-custom: @echo " ==> Building $(NAME) (custom)" - cd $(WORKSRC) && ./Build + cd $(WORKSRC) && PATH=/opt/csw/gnu:/opt/csw/bin:/bin ./Build @$(MAKECOOKIE) test-custom: Modified: csw/mgar/pkg/sendmail/trunk/checksums =================================================================== --- csw/mgar/pkg/sendmail/trunk/checksums 2013-12-21 00:24:59 UTC (rev 22726) +++ csw/mgar/pkg/sendmail/trunk/checksums 2013-12-22 14:54:57 UTC (rev 22727) @@ -1 +1 @@ -9eeed3d1baecbf4e17d829d2ec005553 sendmail.8.14.6.tar.gz +348eedfab0ed00931f2df94e78f22c43 sendmail.8.14.7.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.