Commit graph

23 commits

Author SHA1 Message Date
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Edwin Groothuis
e62864a49b Chase libversion bumb to libMagick.so.9
PR:		ports/91270
2006-01-05 03:57:35 +00:00
Tilman Keskinoz
4ec9c8318a Add SHA256 checksums for my ports 2005-11-08 12:26:38 +00:00
Tilman Keskinoz
850c24715a Upgrade to 3.2, since the old version is not available anymore.
Lots of changes since 2.661, e.g.
- the nofollow plugin is now included
- the configuration file has been renamed
- Support for Atom feeds
- a new Junk filter, comment and trackback moderation
2005-09-25 17:15:36 +00:00
Sergey Skvortsov
54a1630d6e * reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
2005-06-11 16:13:12 +00:00
Palle Girgensohn
34fa6c853e Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Tilman Keskinoz
68743a1e25 * Fetch & Install the nofollow plugin. Links from external users will have
a rel="nofollow" tag.
 See http://www.google.com/googleblog/2005/01/preventing-comment-spam.html
 for details
* Bump PORTREVISION
2005-01-19 18:20:38 +00:00
Tilman Keskinoz
99d56e9297 - Overhaul RUN_DEPENDS:
* Remove pkg-message which pointed to optional and required perl modules
  * Add required perl modules to RUN_DEPENDS
  * Add optional perl modules to RUN_DEPENDS
    unless WITHOUT_OPTIONAL_MODULES defined
  * Add WITH_SQLITE knob for SQLite Suppport (This is untested)
  * add pre-everything:: Message to explain knobs
  * Bump PORTREVISION

  Initial Suggestion from:	krion

- Don't mess with ECHO_MSG to print a beautiful IGNORE message.
- pkg-descr:reword and whitespace fixes, Add Author: section
2004-12-04 16:39:14 +00:00
Tilman Keskinoz
962309ee65 Don't ignore IGNORE on the package cluster, not sure why a lot of ports
have this code.

Reported by:	pointyhat

Replace NO_PACKAGE with RESTRICTED (This is a noop, because without
MASTER_SITE the distfile can't get onto the mirrors).
2004-11-27 15:09:54 +00:00
Tilman Keskinoz
533b4a906b Mark Edwards <mark@antsclimbtree.com> described to me a way to get
a 2.661 tarball from the official site.
Update the description for the new tarball.

The only difference between the old and the new tarball is the License.
Add a WITH_OLD_DISTFILE knob for people that prefer the old
less-restrictive License.
2004-11-22 11:15:25 +00:00
Tilman Keskinoz
0b8e08651d Register myself as maintainer. I still use it.
Remove reference to old download URL.
portlint
Add SIZE
2004-11-22 09:02:10 +00:00
Tilman Keskinoz
0298e414d7 Fix with perl 5.8.4+:
Define $Storable::interwork_56_64bit = 1;
for compatibility with perl5.6

Bump PORTREVISION

BTW. This port is now kind of obsolete, as SixApart does not offer the
distfile anymore and we are not allowed to redistribute it.
2004-11-07 19:20:44 +00:00
Jun Kuriyama
4560840577 Fix typo. 2004-07-09 15:09:15 +00:00
Jun Kuriyama
02b64b3b98 Upgrade to 2.661.
PR:		ports/61477
Submitted by:	Xin LI <delphij@frontfree.net>
2004-01-17 15:28:30 +00:00
Jun Kuriyama
e5e3f3c403 o Though this port does not support packaging, but fixed pkg-plist
while I'm here.
o Install mt.cfg as mt.cfg.dist and not overwrite / deinstall modified
  mt.cfg file.
2004-01-03 05:38:28 +00:00
Peter Pentchev
9e1b328019 Update to MovableType 2.65, which contains an important XMLRPC security
fix and other improvements.
Change the explicit dependency on MySQL 3.23 to USE_MYSQL=yes: this does
indeed introduce a build-time dependency on MySQL, too, but IMHO this ought
to be acceptable for the present.  Is it time for USE_MYSQL_BUILD and
USE_MYSQL_RUN already? :)
2003-12-31 12:52:58 +00:00
Jun Kuriyama
4a12512fe8 o Fix schemas directory in mt-load.cgi to fit our installation.
o Add plist entries to remove directories when they are empty.
2003-12-13 13:33:27 +00:00
Yen-Ming Lee
e3f21008eb It seems that MASTER_SITES release rerolled distfile.
So, update md5 checksum correspondingly.

Sorry, due to license, users can only fetch the distfile from MASTER_SITES
by themselves. Therefore I have no idea about what's different between
the latest distfile and the previous one.
2003-12-04 07:29:24 +00:00
Foxfair Hu
1ccc1fa5fe Submitted by: ijliao
Plugins folder should go under mt/, fix it and bump PORTREVISION.
2003-11-21 01:57:26 +00:00
Edwin Groothuis
f07f504808 KATO mega patch
- ECHO -> ECHO_MSG

For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD

PR:		ports/56820-56858
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 01:01:08 +00:00
Foxfair Hu
c703f8f577 PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Add NO_PACKAGE to prevent bento error.

Obtained from:		bento
2003-09-03 08:41:20 +00:00
Foxfair Hu
41a1627cb9 PR: 54382
Submitted by:	Mark Linimon <linimon@lonesome.com>
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix 'make fetch' problem by including bsd.port.pre.mk.

Obtained from:		bento
2003-07-14 05:29:22 +00:00
Foxfair Hu
43d383568a PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Import MT: A web-based personal publishing system like weblogs.

MT (MovableType) is Six Apart's powerful, customizable publishing system
which installs on web servers to enable individuals or organizations to
manage and update weblogs, journals, and frequently-updated website content.

WWW: http://www.movabletype.org
2003-06-16 03:31:18 +00:00