diff options
author | dougb <dougb@FreeBSD.org> | 2010-11-03 09:22:35 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-11-03 09:22:35 +0800 |
commit | 7546a5b2fdc82169cc02b02149040ab825105072 (patch) | |
tree | a1284152511fb64529c343abd014b27213ea85e4 /ports-mgmt | |
parent | a7664efcd67e5627ff47a8a93416f22103d2283a (diff) | |
download | freebsd-ports-gnome-7546a5b2fdc82169cc02b02149040ab825105072.tar.gz freebsd-ports-gnome-7546a5b2fdc82169cc02b02149040ab825105072.tar.zst freebsd-ports-gnome-7546a5b2fdc82169cc02b02149040ab825105072.zip |
Use PM_NEEDS_UPDATE to fix the problem introduced in 3.1 of ports being built
in -a as dependencies, then built again because they were pre-scheduled for
update.
Use the same method to handle the same problem in multiport(), which allows
me to remove one more list.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmaster/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portmaster/distinfo | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index 681dff1fd96b..f15da91c7036 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -8,7 +8,7 @@ # PORTNAME= portmaster -PORTVERSION= 3.2 +PORTVERSION= 3.3 CATEGORIES= ports-mgmt MASTER_SITES= http://dougbarton.us/Downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc diff --git a/ports-mgmt/portmaster/distinfo b/ports-mgmt/portmaster/distinfo index 8bb58680452f..147e3fed4171 100644 --- a/ports-mgmt/portmaster/distinfo +++ b/ports-mgmt/portmaster/distinfo @@ -1,4 +1,4 @@ -SHA256 (portmaster-3.2.tar.gz) = 1f5e9bf4969744b5d17dcfc5a5d710d7a5d33373792ede33e0c102f55a02cb1c -SIZE (portmaster-3.2.tar.gz) = 38704 -SHA256 (portmaster-3.2.tar.gz.asc) = c96640f50c52a95b110983a45a88d146c60d46daf332e46cee09edb61e8d29a4 -SIZE (portmaster-3.2.tar.gz.asc) = 488 +SHA256 (portmaster-3.3.tar.gz) = 57bea4eb6216e0fb79b4459adac4159c33ef4b0cdd6ef25b25580bd5514c1cff +SIZE (portmaster-3.3.tar.gz) = 38691 +SHA256 (portmaster-3.3.tar.gz.asc) = 3b472015bed8d20aa7e300c09afc5d2f523a34f29c4e2d3d32f1f985fe2eac7b +SIZE (portmaster-3.3.tar.gz.asc) = 488 |