diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-10-30 17:36:40 +0000 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-10-30 17:36:40 +0000 |
commit | 776952a7020be640fde7ede9dd1512adf3be1091 (patch) | |
tree | 94035c06753353726a5732c2941524ce97ebf1ec /misc | |
parent | e40792e70b2bc81aa51fd13a7011abe54dd9c71b (diff) | |
download | FreeBSD-ports-776952a7020be640fde7ede9dd1512adf3be1091.zip FreeBSD-ports-776952a7020be640fde7ede9dd1512adf3be1091.tar.gz |
- Mark DEPRECATED and set EXPIRATION_DATE
- Set CONFLICTS on misc/bibletime-kde3 with soon to be updated bibletime-2
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bibletime-kde3/Makefile | 7 | ||||
-rw-r--r-- | misc/sword15/Makefile | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/misc/bibletime-kde3/Makefile b/misc/bibletime-kde3/Makefile index 6453fc3..d769d13 100644 --- a/misc/bibletime-kde3/Makefile +++ b/misc/bibletime-kde3/Makefile @@ -15,11 +15,14 @@ PKGNAMESUFFIX= -kde3 MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A powerful Bible study application for KDE3 +DEPRECATED= use misc/bibletime +EXPIRATION_DATE= 2010-01-06 + RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword15 \ ${LOCALBASE}/lib/libclucene.so:${PORTSDIR}/textproc/clucene BUILD_DEPENDS= ${RUN_DEPENDS} -CONFIGURE_ARGS= --with-sword-dir=${LOCALBASE} --with-clucene-dir=${LOCALBASE} +CONFIGURE_ARGS= --with-sword-dir=${LOCALBASE} --with-clucene-dir=${LOCALBASE} PORTSCOUT= ignore:1 @@ -30,6 +33,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes +CONFLICTS= bibletime-2* + .include <bsd.port.pre.mk> .if ${OSVERSION} < 700000 diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index 4c42ed6..38e87af 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/Makefile @@ -17,6 +17,9 @@ MASTER_SITE_SUBDIR= tabthorpe MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A project framework for manipulating Bible texts +DEPRECATED= use misc/sword +EXPIRATION_DATE= 2010-01-06 + CONFLICTS= sword-1.6* LATEST_LINK= ${PORTNAME}15 |