17 Commits

Author SHA1 Message Date
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
sthen
6102919871 drop maintainers with bouncing @openbsd.org addresses; thanks danj for the list 2019-05-01 19:29:43 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
sthen
bdbee2d922 www/blogsum needs an rdep on www/p5-CGI. Pointed out by Johan Huldtgren. 2017-02-13 12:51:10 +00:00
sthen
4049f1ac1e switch to mod_perl2 2016-04-28 17:03:50 +00:00
ajacoutot
ba741b313c sudo(8) -> su(1) 2015-07-18 20:59:06 +00:00
jasper
c38dcacc50 use ${VARBASE} instead of hardcoding /var 2013-07-05 09:34:35 +00:00
jasper
256c0ea000 modules.sample/ always lives in /var/www, so no need for ${PREFIX} here.
as discussed with aja@
2013-05-05 19:24:13 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
jasper
18440c0aa6 fix header style 2012-09-09 20:56:38 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
jasper
480ecd2552 - switch to pkg-readmes
ok jdixon@ (MAINTAINER)
2010-11-11 23:02:21 +00:00
jdixon
b546bfc4ea bugfix update to 1.1
ok merdely@
2009-12-08 05:51:52 +00:00
jdixon
0b67b94ccc Update to 1.0.
Please note:
Users upgrading from a prior release should review Blogsum/Config.pm.dist
for new settings to merge with their local Blogsum/Config.pm.

pretty fucking awesome merdely@
2009-11-14 05:28:28 +00:00
jdixon
5dfb96003d Blogsum is a weblog application with a focus on simplicity and security.
It was designed from scratch to be easy to use and easier to maintain,
and works inside or outside of the OpenBSD httpd chroot with no changes.

suggestions from and ok phessler@
2009-09-29 04:45:18 +00:00