Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Show the port version and not the version in pkg -v
Baptiste Daroussin committed 12 years ago
commit 8cfbfb067890c345b08ac837934874938ce62199
parent e46bf03292cd5c2ef50907bf7ef827093ca87c00
1 file changed +2 -2
modified pkg/main.c
@@ -464,9 +464,9 @@ static void
show_version_info(int version)
{
	if (version > 1)
-
		printf("%24s: ", "Version");
+
		printf("%-24s: ", "Version");

-
	printf(PKGVERSION""GITHASH"\n");
+
	printf(PKG_PORTVERSION""GITHASH"\n");

	if (version == 1)
		exit(EX_OK);