Up to [cvs.netbsd.org] / pkgsrc / pkgtools / pkg_notify
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Thu Apr 9 00:48:12 2009 UTC (3 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
HEAD
Changes since 1.12: +1 -2
lines
Diff to previous 1.12 (colored)
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Feb 18 21:23:21 2009 UTC (3 years, 3 months ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.11: +26 -16
lines
Diff to previous 1.11 (colored)
Updated pkg_notify to 0.4.3 Changes since 0.4.2: - added -c list-file (seb@) - no more MASTER_SITES, using files/ instead - removed README in favor of a man page - corrected pkglint(1) warning about multi-line SUBST_SED OK'd by cube@
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:42 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper-base,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.10: +6 -7
lines
Diff to previous 1.10 (colored)
Add DESTDIR support.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Oct 4 21:54:59 2006 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:13 2006 UTC (6 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Removed the superfluous "quotes" and 'quotes' from variables that don't need them, for example RESTRICTED and SUBST_MESSAGE.*.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Dec 29 06:22:06 2005 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.7: +1 -2
lines
Diff to previous 1.7 (colored)
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:17 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:05 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 14 10:04:01 2005 UTC (7 years, 4 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.4: +5 -4
lines
Diff to previous 1.4 (colored)
Update to 0.4.2: some documentation was included, so we can get rid of the MESSAGE.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 13 21:51:19 2005 UTC (7 years, 4 months ago) by jmmv
Branch: MAIN
Changes since 1.3: +14 -14
lines
Diff to previous 1.3 (colored)
Follow style guidelines.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 13 21:49:21 2005 UTC (7 years, 4 months ago) by jmmv
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Add missing file to PLIST. Bump PKGREVISION to 1. Hi xtraeme@...
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 11 14:42:15 2005 UTC (7 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.1: +7 -1
lines
Diff to previous 1.1 (colored)
Sync with pkgsrc-wip, update to 0.4.1. Lots of changes and fixes, no-ftp-reconnect, MASTER_SORT support and friends.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Dec 28 00:26:21 2004 UTC (7 years, 4 months ago) by xtraeme
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of pkg_notify-0.3 from pkgsrc-wip, packaged/coded by Imil <imil@gcu.info>. pkg_notify notifies package maintainer when a new version of the software is available.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 28 00:26:21 2004 UTC (7 years, 4 months ago) by xtraeme
Branch: MAIN
Initial revision