Date: Sun, 16 Feb 2014 09:25:45 +0000 (UTC) From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/186812: [PATCH] mail/serialmail fix PLIST with dependency sysutils/ucspi-ssl Message-ID: <20140216092545.A87CEACC@hub.freebsd.org> Resent-Message-ID: <201402160930.s1G9U05p095521@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186812 >Category: ports >Synopsis: [PATCH] mail/serialmail fix PLIST with dependency sysutils/ucspi-ssl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 16 09:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD here.here.here 10.0-RELEASE FreeBSD 10.0-RELEASE #12: Sun Feb 9 16:29:57 BRST 2014 root@here.here.here:/usr/obj/usr/src/sys/LIOUX amd64 Standard 10.0 FreeBSD release with source build ports (not packages). >Description: pkg-plist for mail/serialmail is incorrect if sysutils/ucspi-ssl is previously installed Error message: -------- ====> Compressing man pages (compress-man) ===> Installing for serialmail-0.75_2 ===> Checking if mail/serialmail already installed ===> Registering installation for serialmail-0.75_2 pkg-static: duplicate file listing: /usr/local/man/man1/maildirsmtp.1.gz, ignori ng pkg-static: lstat(/usr/ports/mail/serialmail/work/stage/usr/local/man/man1/maild irsmtps.1.gz): No such file or directory *** Error code 74 -------- >How-To-Repeat: # cd /usr/ports/sysutils/ucspi-ssl # make all deinstall install package # cd /usr/ports/mail/serialmail # make all deinstall install package >Fix: --- patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 344372) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= serialmail PORTVERSION= 0.75 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://cr.yp.to/software/ \ ftp://ftp.gbnet.net/pub/qmail/ \ Index: pkg-plist =================================================================== --- pkg-plist (revision 344372) +++ pkg-plist (working copy) @@ -11,5 +11,3 @@ man/man1/serialqmtp.1.gz man/man1/serialsmtp.1.gz man/man1/setlock.1.gz -%%UCSPI_SSL%%man/man1/maildirsmtp.1.gz -%%UCSPI_SSL%%man/man1/maildirsmtps.1.gz --- patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140216092545.A87CEACC>