2014-10-20 00:27:48 by Alexander Nasonov | Files touched by this commit (59) | |
Log message:
Revbump after lang/lua51 update.
|
2014-05-03 15:14:39 by Alexander Nasonov | Files touched by this commit (42) |
Log message:
Revbump for Lua multiversion support.
|
2014-03-11 15:05:19 by Jonathan Perkin | Files touched by this commit (350) |
Log message:
Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
|
2013-10-30 07:49:55 by David A. Holland | Files touched by this commit (34) |
Log message:
Bump PKGREVISION of packages whose Lua depends changed form, but whose
own PKGNAME is unchanged.
|
2013-07-12 12:45:05 by Jonathan Perkin | Files touched by this commit (181) |
Log message:
Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
|
2013-07-04 23:27:59 by Adam Ciarcinski | Files touched by this commit (44) |
Log message:
Revbump after updating lang/lua to 5.2.2.
|
2012-10-06 16:25:22 by Aleksej Saushev | Files touched by this commit (114) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2010-02-15 14:35:22 by OBATA Akio | Files touched by this commit (48) |
Log message:
Update sj3 to 2.0.1.23p1.
Re-arranged packages:
* sj3-lib:removed
* sj3-dict: removed
* sj3-server-bin: removed
* sj3-client: added (lib + client tools)
* sj3-server: no more meta-pkg (server + dict)
* sj3: added (sj3-server + sj3-client)
Notable changes since 2.0.1.21:
* changed to gnu-configure.
* sj3lib is shared library.
* using lua for server settings.
* sj3 command was removed.
* sj3serv no longer listen network socket. Set "false" to \
"strict_auth" and
invoke sj3proxy additionaly if require it.
* dictionaty directry was changed, please refer MigrationGuide from HOMEPAGE.
On pkgsrc, new location is ${VARBASE}/sj3/dict.
|
2009-04-09 01:09:59 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Use META_PACKAGE.
|
2007-10-26 00:01:10 by Johnny C. Lam | Files touched by this commit (158) |
Log message:
* If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".
* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
and no PLIST files exist, then fail during the package build with
PKG_FAIL_REASON.
* Remove "intentionally empty" PLISTs again.
Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:
PLIST_SRC= # empty
|