diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-06-15 18:17:05 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-06-15 18:17:05 +0800 |
commit | ec83a923938de4aba2d54346777bc0cd4fa54cc7 (patch) | |
tree | 8746aed86d0ff822d62b5e0cd1818d3494034868 /www/opera-devel | |
parent | d21af53a3501673e262ad601ead79af9a8987141 (diff) | |
download | freebsd-ports-gnome-ec83a923938de4aba2d54346777bc0cd4fa54cc7.tar.gz freebsd-ports-gnome-ec83a923938de4aba2d54346777bc0cd4fa54cc7.tar.zst freebsd-ports-gnome-ec83a923938de4aba2d54346777bc0cd4fa54cc7.zip |
- Fix the PORTVERSION to macht the once more new naming scheme from the vendor.
- Bump POREPECH :(
Approved by: maintainer implicit (this and the previous commit)
Diffstat (limited to 'www/opera-devel')
-rw-r--r-- | www/opera-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/opera-devel/Makefile b/www/opera-devel/Makefile index 24b8558d6a1e..dbedff5d0b36 100644 --- a/www/opera-devel/Makefile +++ b/www/opera-devel/Makefile @@ -6,8 +6,8 @@ # PORTNAME= opera -PORTVERSION= ${OPERA_VER} -#PORTREVISION= 1 +PORTVERSION= ${OPERA_VER}.${OPERA_MINVER}.${OPERA_REL} +PORTEPOCH= 1 CATEGORIES= www ipv6 #MASTER_SITES= http://snapshot.opera.com/${MASTER_SITES_VER_PATH}/ \ # http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}${PKGNAMESUFFIX}/sources/ |