mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
- Remove devel/cook and devel/fhist dependencies (optional).
- Add a note in pkg-message about them. - Bump PORTREVISION.
This commit is contained in:
parent
38432f5ca6
commit
1de483bdff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205030
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= aegis
|
||||
PORTVERSION= 4.22
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -14,9 +15,7 @@ MAINTAINER= alepulver@FreeBSD.org
|
||||
COMMENT= Transaction-based software configuration management system
|
||||
|
||||
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
|
||||
RUN_DEPENDS= cook:${PORTSDIR}/devel/cook \
|
||||
fhist:${PORTSDIR}/devel/fhist \
|
||||
tkdiff:${PORTSDIR}/textproc/tkdiff
|
||||
RUN_DEPENDS= tkdiff:${PORTSDIR}/textproc/tkdiff
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME= libxml2
|
||||
@ -70,5 +69,7 @@ post-install:
|
||||
# Fails to reinstall because keeps track of created directories, so make it
|
||||
# forget that, by recreating them on each install.
|
||||
@${FIND} ${WRKSRC} -type f -name ".*dir" -delete
|
||||
# Information.
|
||||
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
7
devel/aegis/pkg-message
Normal file
7
devel/aegis/pkg-message
Normal file
@ -0,0 +1,7 @@
|
||||
==============================================================================
|
||||
|
||||
Aegis has been installed.
|
||||
|
||||
If you want more development tools, check "devel/cook" and "devel/fhist".
|
||||
|
||||
==============================================================================
|
Loading…
Reference in New Issue
Block a user