diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-02-01 04:08:25 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-02-01 04:08:25 +0800 |
commit | cb21d6964b77a0dc2c8edad9a8e401c8502fb84e (patch) | |
tree | 9036686f0f2929629248c9cd376de6ee3e9f8e57 /emulators | |
parent | 2ba4405ea2ca2de6ab0d3ecf9de616efb17a95af (diff) | |
download | freebsd-ports-gnome-cb21d6964b77a0dc2c8edad9a8e401c8502fb84e.tar.gz freebsd-ports-gnome-cb21d6964b77a0dc2c8edad9a8e401c8502fb84e.tar.zst freebsd-ports-gnome-cb21d6964b77a0dc2c8edad9a8e401c8502fb84e.zip |
- Change from DISTVERSION=1.1-r2 to PORTVERSION=1.1.r2
- Change WWW
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/q4wine/Makefile | 6 | ||||
-rw-r--r-- | emulators/q4wine/pkg-descr | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/emulators/q4wine/Makefile b/emulators/q4wine/Makefile index 8016b9345cee..3be6002986b7 100644 --- a/emulators/q4wine/Makefile +++ b/emulators/q4wine/Makefile @@ -2,9 +2,11 @@ # $FreeBSD$ PORTNAME= q4wine -DISTVERSION= 1.1-r2 +PORTVERSION= 1.1.r2 CATEGORIES= emulators deskutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20$${DISTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION:S/.r/-r/}/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-r/} +# http://sourceforge.net/projects/q4wine/files/q4wine/q4wine%201.1-r2/q4wine-1.1-r2.tar.gz/ MAINTAINER= nemysis@FreeBSD.org COMMENT= QT4 front-end for WINE diff --git a/emulators/q4wine/pkg-descr b/emulators/q4wine/pkg-descr index 235d5e71aecf..cb4c346cc04b 100644 --- a/emulators/q4wine/pkg-descr +++ b/emulators/q4wine/pkg-descr @@ -13,4 +13,4 @@ General features: - Winetricks support - More -WWW: http://q4wine.brezblock.org.ua/ +WWW: https://sourceforge.net/projects/q4wine/ |