FreeBSD Bugzilla – Attachment 257523 Details for
Bug 281810
[NEW PORT] www/snip: SNIP is a powerful, simple, and easy to use Open-Source PHP Pastebin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
All diffs, changes made from me.
snip-all.diff (text/plain), 3.17 KB, created by
Yusuf Yaman
on 2025-02-14 12:25:25 UTC
(
hide
)
Description:
All diffs, changes made from me.
Filename:
MIME Type:
Creator:
Yusuf Yaman
Created:
2025-02-14 12:25:25 UTC
Size:
3.17 KB
patch
obsolete
>diff --git a/www/snip/Makefile b/www/snip/Makefile >index ee39a7c20..ec3a0a141 100644 >--- a/www/snip/Makefile >+++ b/www/snip/Makefile >@@ -6,8 +6,8 @@ MAINTAINER= ek@purplehat.org > COMMENT= SNIP is a powerful, simple, and easy to use Open-Source PHP Pastebin > WWW= https://github.com/MercanoGlobal/SNIP > >-LICENSE= GPLv3 >-LICENSE_FILE= ${WRKSRC}/LICENSE >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/LICENSE > > USES= php:web > >@@ -18,40 +18,32 @@ GH_TAGNAME= d4c8cf4 > > USE_PHP= ctype filter gd session > >-NO_BUILD= yes > NO_ARCH= yes >+NO_BUILD= yes > > SUB_FILES= pkg-message >-PLIST_SUB+= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" >+PLIST_SUB+= WWWGRP="${WWWGRP}" \ >+ WWWOWN="${WWWOWN}" > >-OPTIONS_MULTI= DB >-OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE > OPTIONS_DEFAULT= MYSQL >+OPTIONS_MULTI= DB >+OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE > > MYSQL_DESC= Include the PHP shared extension for MySQL > PGSQL_DESC= Include the PHP shared extension for PostgreSQL > SQLITE_DESC= Include the PHP shared extension for SQLite3 >- >-.include <bsd.port.options.mk> >- >-.if ${PORT_OPTIONS:MMYSQL} >-USE_PHP+= mysqli >-.endif >- >-.if ${PORT_OPTIONS:MPGSQL} >-USE_PHP+= pgsql >-.endif >- >-.if ${PORT_OPTIONS:MSQLITE} >-USE_PHP+= sqlite3 >-.endif >+MYSQL_USE= PHP=mysqli >+PGSQL_USE= PHP=pgsql >+SQLITE_USE= PHP=sqlite3 > > do-install: > ${MKDIR} ${STAGEDIR}${ETCDIR} > ${MKDIR} ${STAGEDIR}${WWWDIR} >- (cd ${WRKSRC}/htdocs && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) >+ (cd ${WRKSRC}/htdocs && \ >+ ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) > ${FIND} ${STAGEDIR}${WWWDIR} -type f -iname "*.orig" -delete >- ${INSTALL_DATA} ${STAGEDIR}${WWWDIR}/application/config/snip.php.dist ${STAGEDIR}${ETCDIR}/snip.php.sample >+ ${INSTALL_DATA} ${STAGEDIR}${WWWDIR}/application/config/snip.php.dist \ >+ ${STAGEDIR}${ETCDIR}/snip.php.sample > ${LN} -sf ${ETCDIR}/snip.php ${STAGEDIR}${WWWDIR}/application/config/ > > .include <bsd.port.mk> >diff --git a/www/snip/distinfo b/www/snip/distinfo >index c73373d50..8fc905c60 100644 >--- a/www/snip/distinfo >+++ b/www/snip/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1738955071 >-SHA256 (MercanoGlobal-SNIP-1.0.0,1-d4c8cf4_GH0.tar.gz) = dc7772d34480ffaf6db9a261f73b629e443c9dfd7bc21c73b039b725d762853e >-SIZE (MercanoGlobal-SNIP-1.0.0,1-d4c8cf4_GH0.tar.gz) = 13865619 >+TIMESTAMP = 1739534816 >+SHA256 (MercanoGlobal-SNIP-1.0.0-d4c8cf4_GH0.tar.gz) = dc7772d34480ffaf6db9a261f73b629e443c9dfd7bc21c73b039b725d762853e >+SIZE (MercanoGlobal-SNIP-1.0.0-d4c8cf4_GH0.tar.gz) = 13865619 >diff --git a/www/snip/Makefile b/www/snip/Makefile >index ec3a0a141..64f7ba0fb 100644 >--- a/www/snip/Makefile >+++ b/www/snip/Makefile >@@ -3,7 +3,7 @@ DISTVERSION= 1.0.0 > CATEGORIES= www > > MAINTAINER= ek@purplehat.org >-COMMENT= SNIP is a powerful, simple, and easy to use Open-Source PHP Pastebin >+COMMENT= Simple and easy to use Open-Source PHP Pastebin > WWW= https://github.com/MercanoGlobal/SNIP > > LICENSE= GPLv3 >diff --git a/www/snip/Makefile b/www/snip/Makefile >index 64f7ba0fb..2fce1fe4f 100644 >--- a/www/snip/Makefile >+++ b/www/snip/Makefile >@@ -1,4 +1,4 @@ >-PORTNAME= snip >+PORTNAME= SNIP > DISTVERSION= 1.0.0 > CATEGORIES= www > >@@ -13,7 +13,6 @@ USES= php:web > > USE_GITHUB= yes > GH_ACCOUNT= MercanoGlobal >-GH_PROJECT= SNIP > GH_TAGNAME= d4c8cf4 > > USE_PHP= ctype filter gd session
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 281810
:
253950
|
253986
|
257511
|
257522
| 257523