diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2020-01-01 20:23:17 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2020-01-01 20:23:17 +0000 |
commit | ee0e35659d0e9f2b107e624c102c6ae4882db2f6 (patch) | |
tree | da5f71c5f88518cbadb9533023fc562b91ffc2d5 | |
parent | Mark BROKEN (diff) |
- Mark DEPRECATED. It was replaced by devel/sope4
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=521768
-rw-r--r-- | devel/sope3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/sope3/Makefile b/devel/sope3/Makefile index b0991c1cbb1f..20d43ea65199 100644 --- a/devel/sope3/Makefile +++ b/devel/sope3/Makefile @@ -3,7 +3,7 @@ PORTNAME= sope3 PORTVERSION= 3.2.10 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} @@ -11,6 +11,9 @@ DISTNAME= SOPE-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Extensive set of GNUstep web application frameworks +DEPRECATED= Deprecated, replaced by devel/sope4 +EXPIRATION_DATE= 2020-01-31 + LICENSE= LGPL20 BROKEN_powerpc64= fails to build: bundle.make:301: STXSaxDriver.sax/Resources/Info-gnustep.plist] Illegal instruction (core dumped) |