1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

67 Commits

Author SHA1 Message Date
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Antoine Brodin
3953f4620a Unbreak 2014-03-11 06:32:38 +00:00
Baptiste Daroussin
9f5deb008f Convert m* to USES=zip 2014-03-10 16:25:33 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Andrej Zverev
d6908e9cb1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 08:15:41 +00:00
William Grzybowski
cd4364ee40 mail/assp: update to 1.9.9.13257
- Update to 1.9.9.13257

PR:		ports/181313
Submitted by:	Rusty Nejdl <rnejdl ringofsaturn.com> (maintainer)
2013-08-15 11:18:56 +00:00
Andrej Zverev
b93bdbe2d6 - Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.

Approved by:	portmgr@ (bapt@)
2013-06-18 13:49:02 +00:00
Bryan Drewery
cddbe1977d - Update to 1.9.9.13107
PR:		ports/178179
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-05-01 23:20:50 +00:00
Bryan Drewery
781fb82cfa - Update to 1.9.8.13056
PR:		ports/176652
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-03-06 03:04:32 +00:00
Bryan Drewery
52e5dd680f - Update to 1.9.4.8 [1]
- Trim header

PR:		ports/173245 [1]
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1]
Feature safe:	yes
2012-11-01 14:38:54 +00:00
Frederic Culot
5ccc1a04d8 - Update to 1.9.4.2
PR:		ports/171609
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2012-09-14 13:48:36 +00:00
Bryan Drewery
0544a4ddff - Update to 1.9.4.0
PR:		ports/171145
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Approved by:	eadler, bapt (mentors, implicit)
2012-08-30 12:02:48 +00:00
Ruslan Makhmatkhanov
7542dc0648 - update to 1.9.3.7
PR:		169999
Submitted by:	Rusty Nejdl <rnejdl at ringofsaturn dot com> (maintainer)
2012-07-19 19:00:30 +00:00
Jason Helfman
acd2a0f825 - update to 1.9.3.6 [1]
- move to optionsNG framework [1]
- while here use packages for perl dependencies, in favor of SITE_PERL pm files
  and complete migration to optionsNG framework [2]

PR:	ports/168906
Submitted by:	maintainer, rnejdl@ringofsaturn.com [1], jgh@ [2]
Approved by:	maintainer
2012-06-12 20:54:33 +00:00
Frederic Culot
4cc037c4ab - Update to 1.9.3.5
PR:		ports/167733
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2012-05-09 16:54:19 +00:00
Frederic Culot
bfcd34e04c - Update to 1.9.3.4
PR:		ports/167012
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2012-04-17 07:47:05 +00:00
Frederic Culot
d470826b6e - Update to 1.9.3.2
PR:		ports/166109
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Feature safe:	yes
2012-03-15 14:33:24 +00:00
Frederic Culot
38b0d340c2 - Update to 1.9.2.9
PR:		ports/165397
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2012-02-24 13:50:49 +00:00
Ruslan Makhmatkhanov
28fe603956 - update to 1.9.2.8
PR:		164710
Submitted by:	Rusty Nejdl <rnejdl at ringofsaturn dot com> (maintainer)
2012-02-02 17:17:44 +00:00
Ruslan Makhmatkhanov
478922e347 - update to 1.9.2.7
PR:		164451
Submitted by:	Rusty Nejdl <rnejdl at ringofsaturn dot com> (maintainer)
2012-01-25 17:43:28 +00:00
Frederic Culot
5e67d4074e - Add missing dependency on HTML::Parser [1]
- Bump PORTREVISION for dependency change

PR:		ports/164223 [1]
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2012-01-17 15:05:31 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Michael Scheidell
fb529b067a -Update ports mail/assp to latest version 1.9.1.8
-Also, fix some permissions in install.

PR:		161965
Approved by:	gabor(mentor)
Feature safe:	yes
2011-12-05 11:37:23 +00:00
Beech Rintoul
66911cea9f - Back out last commit, return to 1.9.1.1
- Bump PORTEPOCH

Requested by:	maintainer
Approved by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2011-07-25 23:06:35 +00:00
Beech Rintoul
dd01d8dd95 - Update to 1.9.1.3
PR:		ports/159118
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2011-07-22 22:51:52 +00:00
Frederic Culot
8908a6dd29 - Update to 1.9.1.1
PR:		ports/158668
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2011-07-06 18:36:22 +00:00
Julien Laffaye
aac3e6c8e8 Update to 1.9.1.0
Remove no longer necessary workaround for user/group creation

PR:		ports/157414
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Approved by:	bapt (mentor)
2011-06-14 22:12:01 +00:00
Pav Lucistnik
a686e410a2 - Another silent update. Dodge the developer by mirroring the distfile
Submitted by:	maintainer
2011-03-11 08:48:09 +00:00
Frederic Culot
0555dee6c4 - Update to 1.8.5.6
PR:		ports/155371
Submitted by:	Peter Kerwien <peter AT kerwien.homeip.net>
Approved by:	Rusty Nejdl <rnejdl AT ringofsaturn.com> (maintainer)
2011-03-09 17:16:36 +00:00
Frederic Culot
972e784972 - Update to 1.8.5.5
PR:		ports/155298
Submitted by:	Rusty Nejdl <rnejdl AT ringofsaturn.com> (maintainer)
2011-03-06 18:11:26 +00:00
Pav Lucistnik
d4858f45c8 - Update to 1.8.5.1
PR:		ports/154066
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Feature safe:	yes
2011-01-19 11:27:16 +00:00
Olli Hauer
5879250264 - update distinfo since source file was updated.
- no version bump, old source was only a view hours fetchable

  We compared the sources!

PR:		153903
Submitted by:	Rusty Nejdl <rnejdl _at_ tethys.ringofsaturn.com>
Feature safe:	yes
2011-01-11 23:56:12 +00:00
Olli Hauer
e948a00590 - update to version 1.8.5.0
- remove old periodic scripts (after repocopy) [2]

PR:		[1] ports/153805  [2] ports/153736
Submitted by:	[1] Rusty Nejdl <rnejdl _at_ ringofsaturn.com> (maintainer) [2] myself
2011-01-10 06:33:28 +00:00
Olli Hauer
93a605385b - fix periodic script(s) [1] [2]
- use ports framework to create user/group
 - add pkg-install script to create links and directories
   so they are created during package install
 - use COPYTREE_SHARE instead of fix permissions and use INSTALL_DATA
 - fix order of pkg-plist
 - bump PORTREVISION

PR:		[1] ports/152365 [2] ports/153350 (maintainer)
Submitted by:	[1] Marco Walraven [2] Rusty Nejdl (maintainer)
2011-01-06 16:26:53 +00:00
Philip M. Gollucci
bf4676d237 - Update to 1.8.1.6 to fix fetch [1]
also fix the .sh.in -> .in transition

Reported by:    QAT [1]
2010-12-12 02:41:17 +00:00
Philip M. Gollucci
6762ffe211 - Update to 1.8.1.5
- Remove MD5

PR:             ports/152977
Submitted by:   Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2010-12-12 01:09:48 +00:00
Martin Matuska
ddcc0de921 Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
2010-09-21 07:56:43 +00:00
Pav Lucistnik
d5a7137983 - Update to 1.7.5.7
- Move maintainership to submitter

PR:		ports/149445
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com>
Approved by:	J.R. Oldroyd <fbsd@opal.com> (old maintainer)
2010-09-02 13:51:46 +00:00
Tong LIU
738d612f2b - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
PR:	ports/148309
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-09 08:54:36 +00:00
Doug Barton
86922094aa RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
2010-03-27 06:14:03 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Pav Lucistnik
8a60d10be5 - Remove mail/p5-Email-MIME-Creator, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-MIME-Modifier, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-Simple-Creator, it has been folded into mail/p5-Email-Simple
- Adjust dependencies

Reported by:	pointyhat
With hat:	portmgr
2009-11-24 21:44:44 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Jimmy Olgeni
8eff38c7e2 Switch back to using assp_flags and fix the man page instructions.
Obtained from:	maintainer
2009-08-12 22:20:19 +00:00
Jimmy Olgeni
78e1f3cbee Fix default assp.cfg file creation and log file path.
Use assp_args rather than assp_flags in assp.in, according to the man page (before, assp_flags used to override user settings in assp_args).

Remove SIMPLE option ("Use procedural Web Page interfaces", defaults to ON).

Obtained from:	maintainer
2009-08-08 12:45:24 +00:00
Pav Lucistnik
f63a478ba7 - Distfile updated to new release
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
2009-05-24 21:23:18 +00:00
Dmitry Marakasov
adda500cd9 - Update to 1.5.1.2
PR:		133852
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
2009-05-22 01:43:29 +00:00
Renato Botelho
b5a9f42350 - Bump necessary PORTREVISIONS and fix some ports to new clamav API 2009-03-27 11:53:07 +00:00
Beech Rintoul
2020db80ee - Update to 1.4.3.1
PR:		ports/131145
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
2009-01-31 00:23:12 +00:00
Beech Rintoul
48bd66ae6c - Update to 1.3.3.10
PR:		ports/126363
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
2008-08-16 18:12:15 +00:00