1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Introduce '*' as the lowest possible version number, so that

>=2.* <3.*
matches all 2.X versions, even alpha.

Fix a malformed conditional, noted by linimon.
This commit is contained in:
Oliver Eikemeier 2004-04-16 01:24:46 +00:00
parent 22fe0259ec
commit 9fff147f62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107180
4 changed files with 6 additions and 24 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pkg_install
PORTVERSION= 20040216
PORTVERSION= 20040412
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= eik
@ -32,15 +32,6 @@ BACKUPDIR?= /var/backups
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
USE_OPENSSL= yes
.if exists(/usr/lib/libcrypto.so)
USE_OPENSSL_BASE= yes
.else
.if ${PREFIX} = "/usr"
.error
.else
USE_OPENSSL_PORT= yes
.endif
.endif
MAN1+= pkg_check.1 pkg_sign.1
PLIST_SUB+= OPENSSL=""
.else

View File

@ -1,2 +1,2 @@
MD5 (pkg_install-20040216.tar.gz) = 943d5e1f71ad2c0c90b1632223d6ab1d
SIZE (pkg_install-20040216.tar.gz) = 84098
MD5 (pkg_install-20040412.tar.gz) = 54907f84cdb56797057fff2281db983f
SIZE (pkg_install-20040412.tar.gz) = 84332

View File

@ -6,7 +6,7 @@
#
PORTNAME= pkg_install
PORTVERSION= 20040216
PORTVERSION= 20040412
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= eik
@ -32,15 +32,6 @@ BACKUPDIR?= /var/backups
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
USE_OPENSSL= yes
.if exists(/usr/lib/libcrypto.so)
USE_OPENSSL_BASE= yes
.else
.if ${PREFIX} = "/usr"
.error
.else
USE_OPENSSL_PORT= yes
.endif
.endif
MAN1+= pkg_check.1 pkg_sign.1
PLIST_SUB+= OPENSSL=""
.else

View File

@ -1,2 +1,2 @@
MD5 (pkg_install-20040216.tar.gz) = 943d5e1f71ad2c0c90b1632223d6ab1d
SIZE (pkg_install-20040216.tar.gz) = 84098
MD5 (pkg_install-20040412.tar.gz) = 54907f84cdb56797057fff2281db983f
SIZE (pkg_install-20040412.tar.gz) = 84332