mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Update to 1.6.2
- Add LICENSE while I'm here PR: ports/152287 Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
This commit is contained in:
parent
9c2cb2ba79
commit
d042463906
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264640
@ -6,23 +6,23 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= php-plurk-api
|
PORTNAME= php-plurk-api
|
||||||
PORTVERSION= 1.6.0
|
PORTVERSION= 1.6.2
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
MASTER_SITES= GOOGLE_CODE
|
||||||
DISTNAME= php-plurk-api-${PORTVERSION}
|
|
||||||
|
|
||||||
MAINTAINER= appleboy.tw@gmail.com
|
MAINTAINER= appleboy.tw@gmail.com
|
||||||
COMMENT= A Plurk API Implementation with PHP
|
COMMENT= A Plurk API Implementation with PHP
|
||||||
|
|
||||||
USE_ZIP= yes
|
LICENSE= BSD
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
USE_PHP= json curl
|
USE_PHP= json curl
|
||||||
|
USE_ZIP= yes
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
SUB_LIST+= PKGNAME=${PKGNAME}
|
SUB_LIST= PKGNAME=${PKGNAME}
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
|
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
|
||||||
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
||||||
@ -39,4 +39,4 @@ do-install:
|
|||||||
post-install:
|
post-install:
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
MD5 (php-plurk-api-1.6.0.zip) = 14e2f2b2aba0053730a2d13cdc92341c
|
SHA256 (php-plurk-api-1.6.2.zip) = 1abc91072e27adf1e593a2b3b399352fc37a11d3d00a689a9f7432d3272e4787
|
||||||
SHA256 (php-plurk-api-1.6.0.zip) = 2b7e1defa98cdfe1dece7aa0f35378a9e70a907efd187d82c5593b9310ca4978
|
SIZE (php-plurk-api-1.6.2.zip) = 54302
|
||||||
SIZE (php-plurk-api-1.6.0.zip) = 56078
|
|
||||||
|
Loading…
Reference in New Issue
Block a user