mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Update to 2.02
- Fix ownership in plist - Fix sqlite dependency - Remove unneeded lines - Pass maintainership to submitter PR: 203737 Submitted by: ports@toco-domains.de
This commit is contained in:
parent
0ea6b498a4
commit
4b74333c32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399294
@ -2,12 +2,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= serendipity
|
||||
PORTVERSION= 1.7.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/php-blog/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= ports@toco-domains.de
|
||||
COMMENT= PHP based weblog software
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
@ -18,10 +17,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/pear/File/Archive.php:${PORTSDIR}/archivers/pear
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
NO_BUILD= YES
|
||||
SERENDIPITY?= www/${PORTNAME}
|
||||
#PLIST_SUB+= SERENDIPITY=${SERENDIPITY}
|
||||
PLIST_SUB+= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
||||
USE_PHP= session pcre gd openssl mbstring iconv zlib xml
|
||||
#SUB_LIST+= SERENDIPITY=${SERENDIPITY}
|
||||
SUB_FILES= pkg-message
|
||||
USES= cpe tar:bzip2
|
||||
CPE_VENDOR= s9y
|
||||
@ -40,7 +37,7 @@ USE_PHP+= pgsql
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSQLITE}
|
||||
USE_PHP+= sqlite
|
||||
USE_PHP+= sqlite3
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMAGICK}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (serendipity-1.7.8.tar.bz2) = ec101f78fea1289ecf743d657f2229cb8dec42f423b4bcef79e9645c09a68cdd
|
||||
SIZE (serendipity-1.7.8.tar.bz2) = 4503361
|
||||
SHA256 (serendipity-2.0.2.tar.bz2) = 115e7c9779fe49a8f6f183184457cdce94932561d99f0ec67ac8eb40ba7f29a3
|
||||
SIZE (serendipity-2.0.2.tar.bz2) = 4932785
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user