- Update to 1.2.1
PR: ports/112072 Submitted by: chinsan
This commit is contained in:
parent
4330e9c572
commit
8f3f1697c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190843
2 changed files with 14 additions and 13 deletions
|
@ -6,20 +6,21 @@
|
|||
#
|
||||
|
||||
PORTNAME= lifetype
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= lifetype
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
${PORTVERSION}__all_plugins${EXTRACT_SUFX} \
|
||||
${PORTVERSION}__all_templates${EXTRACT_SUFX}
|
||||
${CONTRIBE_VERSION}__all_plugins${EXTRACT_SUFX} \
|
||||
${CONTRIBE_VERSION}__all_templates${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= A PHP and MySQL based blogging platform
|
||||
|
||||
IGNOREFILES= ${PORTVERSION}__all_plugins${EXTRACT_SUFX} \
|
||||
${PORTVERSION}__all_templates${EXTRACT_SUFX}
|
||||
IGNOREFILES= ${CONTRIBE_VERSION}__all_plugins${EXTRACT_SUFX} \
|
||||
${CONTRIBE_VERSION}__all_templates${EXTRACT_SUFX}
|
||||
|
||||
CONTRIBE_VERSION=1.2
|
||||
NO_BUILD= YES
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
@ -51,7 +52,7 @@ pre-patch:
|
|||
|
||||
post-extract:
|
||||
.for x in plugins templates
|
||||
cd ${WRKSRC}/${x} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${PORTVERSION}__all_${x}${EXTRACT_SUFX}
|
||||
cd ${WRKSRC}/${x} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${CONTRIBE_VERSION}__all_${x}${EXTRACT_SUFX}
|
||||
.endfor
|
||||
|
||||
.if defined(WITH_BIG5)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
MD5 (lifetype-1.1.zip) = 90c45f49a4e82e6a44011af9426c687c
|
||||
SHA256 (lifetype-1.1.zip) = 1b2e1b419cbd2470c13758b9169d713b5f3b6c26f69ee57d7a8ad17f3c028439
|
||||
SIZE (lifetype-1.1.zip) = 2705963
|
||||
MD5 (1.1__all_plugins.zip) = IGNORE
|
||||
SHA256 (1.1__all_plugins.zip) = IGNORE
|
||||
MD5 (1.1__all_templates.zip) = IGNORE
|
||||
SHA256 (1.1__all_templates.zip) = IGNORE
|
||||
MD5 (lifetype-1.2.1.zip) = 0506d07edbef1c12de4d78871a98f825
|
||||
SHA256 (lifetype-1.2.1.zip) = 3d7181091e02e3eba4a50b5015d553422a1e919cfc3afe908dccfd053956415d
|
||||
SIZE (lifetype-1.2.1.zip) = 2976425
|
||||
MD5 (1.2__all_plugins.zip) = IGNORE
|
||||
SHA256 (1.2__all_plugins.zip) = IGNORE
|
||||
MD5 (1.2__all_templates.zip) = IGNORE
|
||||
SHA256 (1.2__all_templates.zip) = IGNORE
|
||||
|
|
Loading…
Reference in a new issue