1
0
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:
Alejandro Pulver 2008-01-05 00:57:13 +00:00
parent 38432f5ca6
commit 1de483bdff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205030
2 changed files with 11 additions and 3 deletions

View File

@ -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
View File

@ -0,0 +1,7 @@
==============================================================================
Aegis has been installed.
If you want more development tools, check "devel/cook" and "devel/fhist".
==============================================================================