Date: Wed, 21 Nov 2018 21:23:59 +0200 From: "Reko Turja" <reko.turja@liukuma.net> To: <ports@freebsd.org> Subject: Re: Upgrade of security/openssl111 fails to install Message-ID: <88CA7AA6FCBE46AE918806E5EFEF4E29@RIVENDELL> In-Reply-To: <43049D16E99A4295B97DB48E7A17CE71@RIVENDELL> References: <673536d13c9df73c707a3e17dcaf0f5a@mailman-hosting.com> <43049D16E99A4295B97DB48E7A17CE71@RIVENDELL>
next in thread | previous in thread | raw e-mail | index | archive | help
Longer explanation: DISTVERSION=1.1.1a names the port/package 1.1.1.a which pkg/ports installer understands being older than 1.1.1_2 PORTVERSION=1.1.1a does naming correctly to 1.1.1a which is uderstood as more recent than 1.1.1_2.[1] This is what I did based on reading port naming from porters handbook and changing DIST to PORT. -Reko [1] https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-naming.html -----Original Message----- From: Reko Turja via freebsd-ports Sent: Wednesday, November 21, 2018 9:17 PM To: ports@freebsd.org Subject: Re: Upgrade of security/openssl111 fails to install Editing the makefile and removing DISTVERSION line and replacing it with: PORTVERSION= 1.1.1a fixed the issue for me. -Reko -----Original Message----- From: jim@mailman-hosting.com Sent: Wednesday, November 21, 2018 5:53 PM To: ports@freebsd.org Subject: Upgrade of security/openssl111 fails to install Hello, After upgrading my packages with poudriere, the updated version (1.1.1.a) is not installed by pkg(8). Apparently, because of the versioning, it's seen as a downgrade: root@teresa:~ # pkg upgrade Updating poudriere-php56-openssl111 repository catalogue... poudriere-php56-openssl111 repository is up to date. All repositories are up to date. Checking for upgrades (1 candidates): 100% Processing candidates (1 candidates): 100% Checking integrity... done (0 conflicting) Your packages are up to date. root@teresa:~ # pkg upgrade -f openssl111 Updating poudriere-php56-openssl111 repository catalogue... poudriere-php56-openssl111 repository is up to date. All repositories are up to date. Checking integrity... done (0 conflicting) The following 1 package(s) will be affected (of 0 checked): Installed packages to be DOWNGRADED: openssl111: 1.1.1_2 -> 1.1.1.a [poudriere-php56-openssl111] Number of packages to be downgraded: 1 Proceed with this action? [Y/n]: _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?88CA7AA6FCBE46AE918806E5EFEF4E29>