diff options
author | linimon <linimon@FreeBSD.org> | 2006-09-17 06:01:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-09-17 06:01:36 +0800 |
commit | 31f60df9d62c0549ccbd05e4bd807458d0bbf7a8 (patch) | |
tree | 26be216b0afb7a188fe73de5ed36c3976cc7c0ff /lang | |
parent | 79341da2ad729f7ad822e6b98a72eb7254b4f74f (diff) | |
download | freebsd-ports-gnome-31f60df9d62c0549ccbd05e4bd807458d0bbf7a8.tar.gz freebsd-ports-gnome-31f60df9d62c0549ccbd05e4bd807458d0bbf7a8.tar.zst freebsd-ports-gnome-31f60df9d62c0549ccbd05e4bd807458d0bbf7a8.zip |
Update PORTREVISION for previous commits where plist changed.
PR: ports/101612
Submitted by: alepulver
Hat: portmgr
Pointy hat to: linimon
Diffstat (limited to 'lang')
-rw-r--r-- | lang/lua/Makefile | 2 | ||||
-rw-r--r-- | lang/lua4/Makefile | 1 | ||||
-rw-r--r-- | lang/lua50/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby-lua4/Makefile | 1 | ||||
-rw-r--r-- | lang/tolua/Makefile | 1 | ||||
-rw-r--r-- | lang/tolua4/Makefile | 1 | ||||
-rw-r--r-- | lang/tolua50/Makefile | 1 |
7 files changed, 7 insertions, 2 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 96de7f0e5f3a..0a82e0fae5ed 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -7,7 +7,7 @@ PORTNAME= lua PORTVERSION= 5.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ \ ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \ diff --git a/lang/lua4/Makefile b/lang/lua4/Makefile index 352031b6da5c..0fbae814c141 100644 --- a/lang/lua4/Makefile +++ b/lang/lua4/Makefile @@ -7,6 +7,7 @@ PORTNAME= lua PORTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \ ftp://csg.uwaterloo.ca/pub/lhf/lua/ \ diff --git a/lang/lua50/Makefile b/lang/lua50/Makefile index ac91303c9422..8803fe5496b7 100644 --- a/lang/lua50/Makefile +++ b/lang/lua50/Makefile @@ -7,7 +7,7 @@ PORTNAME= lua PORTVERSION= 5.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ \ ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \ diff --git a/lang/ruby-lua4/Makefile b/lang/ruby-lua4/Makefile index cadd68d71d47..9428dfe6d617 100644 --- a/lang/ruby-lua4/Makefile +++ b/lang/ruby-lua4/Makefile @@ -7,6 +7,7 @@ PORTNAME= lua PORTVERSION= 20010921 +PORTREVISION= 1 CATEGORIES= lang ruby MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= knu diff --git a/lang/tolua/Makefile b/lang/tolua/Makefile index 6e07b3331eff..06c65e7f2196 100644 --- a/lang/tolua/Makefile +++ b/lang/tolua/Makefile @@ -8,6 +8,7 @@ PORTNAME= tolua PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/ \ http://www.tecgraf.puc-rio.br/~celes/tolua/ diff --git a/lang/tolua4/Makefile b/lang/tolua4/Makefile index c0534a2dd6b6..08b4ee28a0cd 100644 --- a/lang/tolua4/Makefile +++ b/lang/tolua4/Makefile @@ -8,6 +8,7 @@ PORTNAME= tolua PORTVERSION= 4.0a +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/ \ http://www.tecgraf.puc-rio.br/~celes/tolua/ diff --git a/lang/tolua50/Makefile b/lang/tolua50/Makefile index 6e07b3331eff..06c65e7f2196 100644 --- a/lang/tolua50/Makefile +++ b/lang/tolua50/Makefile @@ -8,6 +8,7 @@ PORTNAME= tolua PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/ \ http://www.tecgraf.puc-rio.br/~celes/tolua/ |