mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add linux-gid-[0-9]* to CONFLICTS
- coreutils: sort CONFLICTS - id-utils: use portname-[0-9]* instead of portname-* Approved by: arved (mentor)
This commit is contained in:
parent
0b605e08d0
commit
be6115ff90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131415
3 changed files with 4 additions and 3 deletions
|
@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The classic Berkeley gid/lid tools for looking up variables in code
|
||||
|
||||
CONFLICTS= coreutils-* sh-utils-*
|
||||
CONFLICTS= coreutils-[0-9]* linux-gid-[0-9]* sh-utils-[0-9]*
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The classic Berkeley gid/lid tools for looking up variables in code
|
||||
|
||||
CONFLICTS= coreutils-* sh-utils-*
|
||||
CONFLICTS= coreutils-[0-9]* linux-gid-[0-9]* sh-utils-[0-9]*
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -16,7 +16,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|||
MAINTAINER= jharris@widomaker.com
|
||||
COMMENT= The Free Software Foundation's core utilities
|
||||
|
||||
CONFLICTS= sh-utils-[0-9]* fileutils-[0-9]* textutils-[0-9]* id-utils-[0-9]*
|
||||
CONFLICTS= fileutils-[0-9]* id-utils-[0-9]* linux-gid-[0-9]* \
|
||||
sh-utils-[0-9]* textutils-[0-9]*
|
||||
|
||||
USE_GPG?= yes
|
||||
SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
|
||||
|
|
Loading…
Add table
Reference in a new issue