Skip site navigation (1)Skip section navigation (2)

CVS log for ports/www/pear-HTTP_Session2/Makefile

[BACK] Up to [FreeBSD] / ports / www / pear-HTTP_Session2

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 21 17:39:46 2012 UTC (2 weeks, 5 days ago) by eadler
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Aug 9 10:48:42 2010 UTC (18 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +9 -3 lines
- Update to 0.7.3
- Pass maintainership to submitter

PR:		149269
Submitted by:	Joe Horn <joehorn@gmail.com>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 25 19:03:51 2010 UTC (21 months, 2 weeks ago) by linimon
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Reset bg1tpt@gmail.com due to maintainer-timeouts and no response to
email.

Hat:		portmgr

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Apr 26 19:05:14 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +13 -9 lines
- Update to 0.7.2

PR:		122739
Submitted by:	Zhen REN <bg1tpt@gmail.com> (maintainer)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Apr 26 18:55:02 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -0 lines
- Force commit
	- Repocopy from pear-HTTP_Session to HTTP_Session2

Repocopy by: marcus

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jul 21 11:06:54 2007 UTC (4 years, 6 months ago) by chinsan
Branches: MAIN
CVS tags: old_RELEASE_7_0_0, old_RELEASE_6_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -2 lines
- Update to 0.5.6.

PR:		ports/114662
Submitted by:	chinsan
Approved by:	maintainer, rafan (mentor)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 9 11:26:19 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
CVS tags: old_PRE_XORG_7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
- Update to 0.5.5
- Pass maintainership to submitter

PR:             110118
Submitted by:   Zhen REN<bg1tpt@gmail.com>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Dec 9 19:24:51 2005 UTC (6 years, 2 months ago) by ale
Branches: MAIN
CVS tags: old_RELEASE_6_2_0, old_RELEASE_6_1_0, old_RELEASE_5_5_0, old_RELEASE_4_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Apr 13 20:23:20 2004 UTC (7 years, 9 months ago) by thierry
Branches: MAIN
CVS tags: old_RELEASE_6_0_0, old_RELEASE_5_4_0, old_RELEASE_5_3_0, old_RELEASE_4_11_0, old_RELEASE_4_10_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -16 lines
Let Makefile.common do the work.

PR:		ports/65499
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Dec 28 09:11:27 2003 UTC (8 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
pear-* ports: simplify path to devel/pear-PEAR/Makefile.common

    .include <bsd.port.pre.mk>
    .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"

    can be simplified to:

    .include <bsd.port.pre.mk>
    .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"

    the latter version also doesn't make any assumptions about the
    path of including Makefile

PR:		ports/57152
Submitted by:	Roman Neuhauser <neuhauser@bellavista.cz>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Dec 28 08:54:32 2003 UTC (8 years, 1 month ago) by edwin
Branches: MAIN
New port: pear-HTTP_Session: OO interface to the session_* family functions

	Object-oriented interface to the session_* family functions
	it provides extra features such as database storage for
	session data using DB package. It introduces new methods
	like isNew(), useCookies(), setExpire(), setIdle(),
	isExpired(), isIdled() and others.

	WWW: http://pear.php.net/package-info.php?package=HTTP_Session

PR:		ports/60195
Submitted by:	Alex Miller <asm@asm.kiev.ua>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options